only affect immediate li children

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-04-18 06:17:20 -04:00
parent 4b9bcb39e0
commit a30ea16218
2 changed files with 2 additions and 2 deletions

View File

@ -520,7 +520,7 @@ nav #nav-notifications-linkmenu.selected .icon.s22.notify {
margin: 0px;
height: 25px;
}
#nav-buttons li {
#nav-buttons > li {
padding: 0;
display: inline-block;
margin: 0px -4px 0px 0px;

View File

@ -520,7 +520,7 @@ nav #nav-notifications-linkmenu.selected .icon.s22.notify {
margin: 0px;
height: 25px;
}
#nav-buttons li {
#nav-buttons > li {
padding: 0;
display: inline-block;
margin: 0px -4px 0px 0px;