]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: frio - the tabbar should be hidden if it is in the section element
authorrabuzarus <>
Fri, 3 Feb 2017 18:00:55 +0000 (19:00 +0100)
committerrabuzarus <>
Fri, 3 Feb 2017 18:00:55 +0000 (19:00 +0100)
view/theme/frio/css/style.css

index 74eb25d08b321890d267c0bd88f7ce2ced59e507..7f74ed55f6384f06d5a99e4079e17ab52a5e0a95 100644 (file)
@@ -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 {