[cc-commits] [CC SVN] r11149 - ccwordpress/trunk/www/wp-content/themes/cc4

webmaster at creativecommons.org webmaster at creativecommons.org
Mon Nov 10 19:05:21 EST 2008


Author: bse
Date: 2008-11-11 00:05:21 +0000 (Tue, 11 Nov 2008)
New Revision: 11149

Modified:
   ccwordpress/trunk/www/wp-content/themes/cc4/style.css
Log:
Donate tab gets colour, and pops forward on hover. DONE.


Modified: ccwordpress/trunk/www/wp-content/themes/cc4/style.css
===================================================================
--- ccwordpress/trunk/www/wp-content/themes/cc4/style.css	2008-11-08 16:27:39 UTC (rev 11148)
+++ ccwordpress/trunk/www/wp-content/themes/cc4/style.css	2008-11-11 00:05:21 UTC (rev 11149)
@@ -324,8 +324,10 @@
 ul#navbar li.edit a { background: url("images/tab-body-edit.png") no-repeat top right; }
 ul#navbar li.edit a span { background: url("images/tab-left-edit.png") no-repeat top left; }
 
+ul#navbar li.donate { background-color: #ececfa; }
 ul#navbar li.donate a span { background: url("images/tab-left-donate.png") no-repeat top left; }
-ul#navbar li.donate a, ul#navbar li.donate a:hover { background: url("images/tab-body-donate.png") no-repeat top right; }
+ul#navbar li.donate a { background: url("images/tab-body-donate.png") no-repeat top right; }
+ul#navbar li.donate a:hover { background-color: #fff; }
 
 ul#navbar li.edit a:hover { background: url("images/tab-body-edit.png") no-repeat top right #fff2f2; }
 




More information about the cc-commits mailing list