Ignore:
Timestamp:
Nov 24, 2010, 9:42:56 PM (13 years ago)
Author:
rvelices
Message:

css rules simplification

  • merged rules
  • remove overly qualified inefficient selectors

etc...

File:
1 edited

Legend:

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

    r7843 r7869  
    22/* text color */
    33BODY, H1, H2, H3, DT,
    4 INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
     4.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
    55        color:#696969;  /* dimgray */
    66}
     
    3737}
    3838
    39 .content UL.thumbnails SPAN.wrap2 {
     39UL.thumbnails SPAN.wrap2 {
    4040  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
    4141}
    4242
    43 .content UL.thumbnails SPAN.wrap2:hover,
     43UL.thumbnails SPAN.wrap2:hover,
    4444.content UL.thumbnailCategories DIV.thumbnailCategory:hover,
    4545.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
     
    5050
    5151/* links */
    52 A, INPUT.rateButton {
     52A, .rateButton {
    5353    color: #005e89;
    5454    background: transparent;
    5555}
    5656
    57 A:hover, INPUT.rateButton:hover {
     57A:hover, .rateButton:hover {
    5858    color: #858460;
    5959}
Note: See TracChangeset for help on using the changeset viewer.