myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2928] trunk/public/stylesheets/styles.css: Minor


From: noreply
Subject: [myexperiment-hackers] [2928] trunk/public/stylesheets/styles.css: Minor fix to stop a gap appearing under the tab bar in various circumstances
Date: Mon, 13 Feb 2012 08:26:06 -0500 (EST)

Revision
2928
Author
fbacall
Date
2012-02-13 08:26:05 -0500 (Mon, 13 Feb 2012)

Log Message

Minor fix to stop a gap appearing under the tab bar in various circumstances

Modified Paths

Diff

Modified: trunk/public/stylesheets/styles.css (2927 => 2928)


--- trunk/public/stylesheets/styles.css	2012-02-10 13:55:28 UTC (rev 2927)
+++ trunk/public/stylesheets/styles.css	2012-02-13 13:26:05 UTC (rev 2928)
@@ -301,8 +301,6 @@
 	text-align: center;
 	font-weight: bolder;
 	font-size: 108%;
-	padding: 3px 0;
-	*padding: 5px 0;
 	margin: 0;
 }
 
@@ -313,17 +311,17 @@
 }
 
 .tabnav li a {
-	padding: 4px 12px;
+	padding: 2px 12px;
 	margin-left: 3px;
-	border-top: 1px solid #BBBBBB;
-	border-left: 1px solid #BBBBBB;
-	border-right: 1px solid #BBBBBB;
-	border-bottom: 1px solid transparent;
+	border-style: solid;
+  border-color: #BBB;
+  border-width: 1px 1px 0;
 	text-decoration: none;
 	background-image: url('/images/tab-bg.png');
 	background-position: top;
 	background-repeat: repeat-x;
 	background-color: #EDEDED;
+	display: inline-block;
 }
 
 .tabnav li a:link {

reply via email to

[Prev in Thread] Current Thread [Next in Thread]