themes/openwrt: small css fix for tab menu rendering in webkit
This commit is contained in:
parent
fc6ad21d33
commit
84acc67709
1 changed files with 2 additions and 1 deletions
|
@ -726,7 +726,8 @@ ul.cbi-tabmenu {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
top: 1px;
|
top: 4px;
|
||||||
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.cbi-tabmenu li.cbi-tab,
|
ul.cbi-tabmenu li.cbi-tab,
|
||||||
|
|
Loading…
Reference in a new issue