Skip to content

Commit

Permalink
CSS tweaks
Browse files Browse the repository at this point in the history
- No padding on block quotes
- ul and ol padding visually less  than dd.
- no margin on top of blocks
  • Loading branch information
facelessuser committed Nov 22, 2015
1 parent 10f5559 commit d59405b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ dd { display: block; margin-left: 1em; }
pre { display: block; }
/* Blocks */
blockquote, ol, ul, dl, p, div {
margin-top: 0.1em;
padding: 0;
margin-top: 0;
margin-bottom: 0.5em;
margin-left: 0;
margin-right: 0;
padding: 0.1em;
}
ul, ol { margin-left: 1.5em; }
dd { padding-left: 0.5em; }
ul, ol { padding-left: 2.0em; }
/* Special classes */
.highlight { padding: 0.5em; }
.admonition { padding: 0.5em; }

0 comments on commit d59405b

Please sign in to comment.