浏览代码

Tweak top bars: no outdated border & equal heights.

Martijn Laan 4 年之前
父节点
当前提交
a05a3f50cb
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 1 1
      ISHelp/Staging/contents.css
  2. 1 2
      ISHelp/Staging/styles.css

+ 1 - 1
ISHelp/Staging/contents.css

@@ -22,7 +22,7 @@ INPUT {
 #tabbar {
 	background-color: ButtonFace;
 	color: WindowText;
-	padding-top: 4px;
+	padding-top: 6px;
 	cursor: default;
 	-moz-user-select: none;
 }

+ 1 - 2
ISHelp/Staging/styles.css

@@ -71,9 +71,8 @@ LI.compact {
 .topicheading {
 	background: ButtonFace;
 	color: WindowText;
-	padding: 5px 8px;
+	padding: 4px 8px;
 	margin: 0;
-	border-bottom: 1px solid ThreeDDarkShadow;
 	font-size: 120%;
 	font-weight: bold;
 }