瀏覽代碼

Amend mobile menu to not display child items

Edd Baldry 8 年之前
父節點
當前提交
dd7bb19afe
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      bakerydemo/static/css/main.css

+ 6 - 0
bakerydemo/static/css/main.css

@@ -396,6 +396,12 @@ li.has-submenu a.allow-toggle {
     border-top: 1px solid rgba(255,255,255,.1);
     padding: 20px 0;
   }
+  li.has-submenu a.allow-toggle {
+    float: none;
+  }
+  li.has-submenu a.caret-custom {
+    display: none!important;
+  }
 }
 /* Custom page footer */
 .footer {