Bugfix: frio - the tabbar should be hidden if it is in the section element
This commit is contained in:
parent
2c71d307c8
commit
a71f7aefbb
|
@ -1719,6 +1719,12 @@ img.acpopup-img {
|
|||
|
||||
}
|
||||
/* Menubar Tabs */
|
||||
section > ul.tabbar {
|
||||
/* The tabbar shouldn't' be visibile inside
|
||||
the section element. Only after we have
|
||||
moved it to the nav through js */
|
||||
display: none !important;
|
||||
}
|
||||
#tabmenu,
|
||||
.tabbar,
|
||||
.tabbar > li {
|
||||
|
|
Loading…
Reference in a new issue