Commit 198885f7 by Vik Paruchuri

Move elements around, do some restyling

parent aa699905
...@@ -480,6 +480,8 @@ section.open-ended-child { ...@@ -480,6 +480,8 @@ section.open-ended-child {
list-style-type: none; list-style-type: none;
padding:0; padding:0;
margin:0; margin:0;
float:left;
display: block;
} }
ol { ol {
...@@ -507,9 +509,8 @@ section.open-ended-child { ...@@ -507,9 +509,8 @@ section.open-ended-child {
} }
li { li {
line-height: 1.4em; margin-bottom: 0px;
margin-bottom: lh(.5); padding: 0px;
&:last-child { &:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment