浏览代码

Minor amend to margin of first item in main navigation

Edd Baldry 8 年之前
父节点
当前提交
e3306afc2f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bakerydemo/static/css/main.css

+ 1 - 1
bakerydemo/static/css/main.css

@@ -464,7 +464,7 @@ li.has-submenu a.allow-toggle {
   border-bottom: 1px #eee solid;
 }
 
-.navbar-nav > li:first-of-type > a {
+.nav-pills> li:first-of-type > a {
   padding-left: 0;
 }