瀏覽代碼

update navbar as per Sass folder changes

Owen Versteeg 11 年之前
父節點
當前提交
7b59eee554
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. 6 4
      less/navbar.less

+ 6 - 4
less/navbar.less

@@ -55,14 +55,16 @@
 		height: auto;
 	}
 	.nav div:before {
-		content: '_';
+		content: '';
+		border-top: 3px solid;
 		border-bottom: 10px double;
 		float: right;
-		top: 1px;
+		height: 4px;
+		right: 3px;
+		top: 14px;
+		width: 20px;
 		position: relative;
 		background: #000;
-		height: 21px;
-		font: bold 32px/0 sans-serif; /* bold, 32px sans-serif text with a line-height of zero */
 	}
 	.nav a {
 		padding: .5em 0;