consistent padding in sidebar menu.
This commit is contained in:
parent
c47b417f3e
commit
8ef21285ab
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue