소스 검색

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;
 }