Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
chore(): update CSS to correct format
Browse files Browse the repository at this point in the history
  • Loading branch information
marcysutton committed Apr 3, 2015
1 parent fde08cc commit d47b03a
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions docs/app/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,15 @@ blockquote {
ul {
margin: 0;
padding: 0;

li {
margin-left: 16px;
padding: 0;
margin-top: 3px;
list-style-position: inside;

&:first-child {
margin-top: 0;
}
}
}
ul li {
margin-left: 16px;
padding: 0;
margin-top: 3px;
list-style-position: inside;
}
ul li:first-child {
margin-top: 0;
}
/************
* UTILS
Expand Down

0 comments on commit d47b03a

Please sign in to comment.