Changeset 313 for trunk/style
- Timestamp:
- 09/11/06 21:57:39 (2 years ago)
- Files:
-
- 1 modified
-
trunk/style/MvBlog/index.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/style/MvBlog/index.css
r183 r313 350 350 /* a href link search result item */ 351 351 } 352 353 /* plugin alternate monthly archive tags */ 354 355 td.altarchive_month_noitems { 356 padding: 0px; 357 text-align: center; 358 border: 1px solid #909090; 359 } 360 361 td.altarchive_month_items { 362 padding: 0px; 363 text-align: center; 364 border: 1px solid #8bb7b5; 365 } 366 367 td.altarchive_month_items a { 368 } 369 370 td.altarchive_month_items a:hover { 371 color: #000; 372 } 373 374 td.altarchive_month_items:hover { 375 border: 1px solid #000; 376 } 377 378 #if_sidebar_container li b { 379 }
