Skip to content

Commit dd1c28b

Browse files
author
jordanmccullough
committed
Remove unnecessary UL style selector
No longer needed, deprecated and made UL and LI styles appear with unwanted results.
1 parent 732bb5c commit dd1c28b

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

_stylesheets/curriculum-beta.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ body {
8686
.curriculum p {
8787
line-height: 1.75em;
8888
margin-bottom: 2em; }
89-
.curriculum ul {
90-
display: inline-block;
91-
text-align: left; }
9289
.curriculum iframe {
9390
display: block;
9491
margin: 0 auto; }

_stylesheets/curriculum-beta.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ body{
6767
line-height: 1.75em;
6868
margin-bottom: 2em;
6969
}
70-
ul{
71-
display: inline-block;
72-
text-align: left;
73-
}
7470

7571
iframe{
7672
display: block;

0 commit comments

Comments
 (0)