fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Fixed last-child paragraphs

This commit is contained in:
Felipe Martin 2014-03-28 19:51:00 +01:00
parent 78532469ae
commit e2a6f2ec08
1 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,7 @@
.navbar {
margin-top: 20px;
}
* > p:last-child {
margin-bottom: 0 !important;
}