Changeset 644 for trunk/admin

Show
Ignore:
Timestamp:
09/16/07 17:48:28 (14 months ago)
Author:
michiel
Message:

breakup menu to make it easier on the eye.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/style/MvBlog/index.css

    r531 r644  
    117117 
    118118a.if_menu_item_act { 
     119       text-decoration: underline; 
     120       color: #505050; 
     121       font-weight: bold; 
     122       border: 0px; 
     123} 
     124 
     125#if_submenu { 
     126       font-family: verdana, helvetica; 
     127       font-size: 13px; 
     128       position: absolute; 
     129       margin-left: 50px; 
     130       top:168px; 
     131} 
     132 
     133a.if_submenu_item { 
     134       text-decoration: none; 
     135       color: #505050; 
     136       border: 0px; 
     137} 
     138 
     139a.if_submenu_item:hover { 
     140       color: #000000; 
     141       border: 0px; 
     142       text-decoration: underline; 
     143} 
     144 
     145a.if_submenu_item:visited { 
     146       color: #505050; 
     147} 
     148 
     149a.if_submenu_item_act { 
    119150       text-decoration: underline; 
    120151       color: #505050; 
     
    144175        overflow: hidden; 
    145176        text-align: justify; 
    146         padding: 150px 50px 0px 50px; 
     177        padding: 170px 50px 0px 50px; 
    147178} 
    148179