Ignore:
Timestamp:
Nov 25, 2010, 10:26:29 PM (13 years ago)
Author:
rvelices
Message:

-fix css rules

  • comment_list.tpl style was broken
  • picture_nav_buttons.tpl shorter javascript
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/dark/theme.css

    r7869 r7877  
    22/* text color */
    33BODY, H1, H3,
    4 .rateButtonSelected /* <= why IE doesn't inherit this ? */ {
     4INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
    55        color:#d0d0d0;
    66}
     
    6666
    6767/* links */
    68 A, .rateButton {
     68A, INPUT.rateButton {
    6969        color: #fff;
    7070        border: 0;
Note: See TracChangeset for help on using the changeset viewer.