consistent padding in sidebar menu.

This commit is contained in:
Saman Bemel-Benrud 2013-07-30 13:01:10 -04:00 committed by John Firebaugh
parent c47b417f3e
commit 8ef21285ab

View file

@ -306,7 +306,7 @@ table {
.left_menu {
left: 0px;
margin: 0;
padding: $lineheight/4 $lineheight/2;
padding: $lineheight/4 $lineheight/2 $lineheight/2 $lineheight/2;
font-size: 12px;
line-height: 1.25;
list-style-type: none;
@ -332,10 +332,6 @@ table {
font-size: 12px;
margin: 0;
}
li:last-child h4 {
padding-top: 0;
}
}
/*