Browse Source

update navbar as per Sass folder changes

Owen Versteeg 11 years ago
parent
commit
7b59eee554
1 changed files with 6 additions and 4 deletions
  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;