Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
tweak a few more margins/paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Oct 14, 2014
1 parent 43bf60b commit a8c004f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scss/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ a img {
border: 0;
}
p, dd {
margin: 0;
padding: 0 0 1em;
margin: 0 0 1em;
padding: 0;
}
dt {
font-weight: bold;
Expand All @@ -59,10 +59,10 @@ pre {
}
li {
margin: 0;
margin: 0 0 1em 1.5em;
margin: 0 0 0.8em 1.5em;
}
ol {
margin: 1em 0 0;
margin: 0 0 1em;
}
ol li {
list-style: outside decimal;
Expand Down

0 comments on commit a8c004f

Please sign in to comment.