www/adium.im 186:1c98b8bf91fa: Fix the bottom border on the blog...

commits at adium.im commits at adium.im
Fri May 8 02:31:14 UTC 2009


details:	http://hg.adium.im/www/adium.im/rev/1c98b8bf91fa
revision:	186:1c98b8bf91fa
author:		Zachary West <zacw at adiumx.com>
date:		Thu May 07 22:30:55 2009 -0400

Fix the bottom border on the blog, in a change I was told about 7 months ago. I sure am on top of things

diffstat:

 blog/wp-content/themes/default/style.css |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 74592f3bcb1e -r 1c98b8bf91fa blog/wp-content/themes/default/style.css
--- a/blog/wp-content/themes/default/style.css	Wed May 06 09:54:41 2009 -0400
+++ b/blog/wp-content/themes/default/style.css	Thu May 07 22:30:55 2009 -0400
@@ -36,7 +36,7 @@
 }
 .navtab {
 	background: #fff url(/images/tab_off_bg.gif) repeat-x;
-	border: 1px solid #cccccc;
+	border: 1px solid #cccccc !important;
 	text-decoration: none;
 	text-align: center;
 	font-size: 12px;
@@ -47,8 +47,8 @@
 
 .navtabcurrent {
 	background: #ffffff;
-	border: 1px solid #cccccc;
-	border-bottom: 1px solid #ffffff;
+	border: 1px solid #cccccc !important;
+	border-bottom: 1px solid #ffffff !important;
 	text-align: center;
 	font-size: 12px;
 	color: black;
@@ -637,4 +637,4 @@
 	margin-top: 10px;
 	margin-bottom: 0px;
 	}
-/* End Various Tags & Classes*/
\ No newline at end of file
+/* End Various Tags & Classes*/




More information about the commits mailing list