Changeset 313 for trunk/style

Show
Ignore:
Timestamp:
09/11/06 21:57:39 (2 years ago)
Author:
leonieke
Message:

Updated MvBlog default style with new Monthly Archive Plugin tags.

Files:
1 modified

Legend:

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

    r183 r313  
    350350        /* a href link search result item */ 
    351351} 
     352 
     353/* plugin alternate monthly archive tags */ 
     354 
     355td.altarchive_month_noitems { 
     356        padding: 0px; 
     357        text-align: center; 
     358        border: 1px solid #909090; 
     359} 
     360 
     361td.altarchive_month_items { 
     362        padding: 0px; 
     363        text-align: center; 
     364        border: 1px solid #8bb7b5; 
     365} 
     366 
     367td.altarchive_month_items a { 
     368} 
     369 
     370td.altarchive_month_items a:hover { 
     371        color: #000; 
     372} 
     373 
     374td.altarchive_month_items:hover { 
     375        border: 1px solid #000; 
     376} 
     377 
     378#if_sidebar_container li b { 
     379}