Bugfix: frio - the tabbar should be hidden if it is in the section element
This commit is contained in:
parent
2c71d307c8
commit
a71f7aefbb
1 changed files with 6 additions and 0 deletions
|
@ -1719,6 +1719,12 @@ img.acpopup-img {
|
||||||
|
|
||||||
}
|
}
|
||||||
/* Menubar Tabs */
|
/* 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,
|
#tabmenu,
|
||||||
.tabbar,
|
.tabbar,
|
||||||
.tabbar > li {
|
.tabbar > li {
|
||||||
|
|
Loading…
Reference in a new issue