Changeset 1828


Ignore:
Timestamp:
Feb 16, 2007, 7:24:25 AM (17 years ago)
Author:
rub
Message:
  • reduced size of clear/wipi theme.css by combining selectors with identical

content

  • don't send comment/user notification to admin/adviser
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r1818 r1828  
    176176  I.user_id =  U.'.$conf['user_fields']['id'].' and
    177177  I.status in (\'webmaster\',  \'admin\') and
     178  I.adviser = \'false\' and
    178179  '.$conf['user_fields']['email'].' is not null
    179180order by
  • trunk/template/yoga/theme/clear/theme.css

    r1812 r1828  
    5151}
    5252
    53 #content UL.thumbnails SPAN.wrap2:hover {
    54   background-color: AntiqueWhite;
    55   border-color: yellow;         /* thumbnails border color when mouse cursor is over it */
    56   color: black;
    57 }
    58 
    59 #content UL.thumbnailCategories DIV.thumbnailCategory:hover {
    60   background-color: AntiqueWhite;
    61   border-color: yellow;         /* thumbnails border color when mouse cursor is over it */
    62   color: black;
    63 }
    64 
     53#content UL.thumbnails SPAN.wrap2:hover,
     54#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
    6555#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
    6656  background-color: AntiqueWhite;
  • trunk/template/yoga/theme/wipi/theme.css

    r1812 r1828  
    194194}
    195195
    196 #content UL.thumbnails SPAN.wrap2:hover {
    197   background-color: #f92;
    198   border-color: #69c;           /* thumbnails border color when mouse cursor is over it */
    199   color: black;
    200 }
    201 
    202 #content UL.thumbnailCategories DIV.thumbnailCategory:hover {
    203   background-color: #f92;
    204   border-color: #69c;           /* thumbnails border color when mouse cursor is over it */
    205   color: black;
    206 }
    207 
     196#content UL.thumbnails SPAN.wrap2:hover,
     197#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
    208198#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
    209199  background-color: #f92;
Note: See TracChangeset for help on using the changeset viewer.