ソースを参照

fix positioning bug, remove now-obselete styles

the styles were obseleted by the recent button changes
Owen Versteeg 11 年 前
コミット
99c968ee3d
1 ファイル変更1 行追加3 行削除
  1. 1 3
      less/navbar.less

+ 1 - 3
less/navbar.less

@@ -16,17 +16,15 @@ nav, .navbar-link:hover, .navbar a.pagename, .navbar a {
 	color: #aaa;
 	top: -1px;
 	font-size: 14px;
+	position: relative;
 }
 
 button.btn.close.btn-sm {
 	background: #000;
 	visibility: hidden;
 	float: right;
-	margin-right: 4px;
 	margin-top: -51px;
 	font-size: 25px;
-	color: #fff;
-	border: 0;
 }
 
 .current {