You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/08/31 20:59:46 UTC

svn commit: r265551 - /incubator/roller/branches/roller_2.0/web/theme/menu.css

Author: snoopdave
Date: Wed Aug 31 11:59:35 2005
New Revision: 265551

URL: http://svn.apache.org/viewcvs?rev=265551&view=rev
Log:
selected menu tab and item links should be bold

Modified:
    incubator/roller/branches/roller_2.0/web/theme/menu.css

Modified: incubator/roller/branches/roller_2.0/web/theme/menu.css
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/menu.css?rev=265551&r1=265550&r2=265551&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/menu.css (original)
+++ incubator/roller/branches/roller_2.0/web/theme/menu.css Wed Aug 31 11:59:35 2005
@@ -26,14 +26,13 @@
     width: 4px;
 }  
 td.menuTabSelected {
+    font-weight: bold;
     padding: 0px; 
     margin: 0px;
-    /* CUSTOMIZABLE background: url("images/menutab-sel.gif"); */
 }
 td.menuTabUnselected {
     padding: 0px 0px 0px 0px; 
     margin: 0px 0px 0px 0px;
-    /* CUSTOMIZABLE background: url("images/menutab-unsel.gif"); */
 }
 
 /* ----------------------------------------------------------------------
@@ -44,9 +43,12 @@
     width: 100%;
     height: 27px;
     padding: 0px 0px 0px 10px;
-    /* CUSTOMIZABLE background-color: #c6ab74; */
 }
-.menuItemSelected, .menuItemUnselected {
+.menuItemSelected {
+    font-weight: bold;
+    padding: 0px 1px 0px 1px; /* TRBL */
+}
+.menuItemUnselected {
     padding: 0px 1px 0px 1px; /* TRBL */
 }