1
0
Fork 0
forked from github/pelican

Merge pull request #1444 from pquentin/master

Unify bottom margins of lists and paragraphs
This commit is contained in:
Justin Mayer 2015-01-25 11:08:08 -08:00
commit 8d7d379a61
4 changed files with 8 additions and 4 deletions

View file

@ -84,7 +84,8 @@ ol {
margin: 0em 0 0 1.5em; margin: 0em 0 0 1.5em;
} }
li { margin-top: 0.5em;} li { margin-top: 0.5em;
margin-bottom: 1em; }
.post-info { .post-info {
float:right; float:right;

View file

@ -84,7 +84,8 @@ ol {
margin: 0em 0 0 1.5em; margin: 0em 0 0 1.5em;
} }
li { margin-top: 0.5em;} li { margin-top: 0.5em;
margin-bottom: 1em; }
.post-info { .post-info {
float:right; float:right;

View file

@ -84,7 +84,8 @@ ol {
margin: 0em 0 0 1.5em; margin: 0em 0 0 1.5em;
} }
li { margin-top: 0.5em;} li { margin-top: 0.5em;
margin-bottom: 1em; }
.post-info { .post-info {
float:right; float:right;

View file

@ -84,7 +84,8 @@ ol {
margin: 0em 0 0 1.5em; margin: 0em 0 0 1.5em;
} }
li { margin-top: 0.5em;} li { margin-top: 0.5em;
margin-bottom: 1em; }
.post-info { .post-info {
float:right; float:right;