Ignore:
Timestamp:
Nov 4, 2008, 2:47:48 AM (16 years ago)
Author:
rvelices
Message:

merge -c2823 from branch 2.0 to trunk

  • removed some unused constants from constants.php
  • removed some unused css rules
  • removed unused code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/default-layout.css

    r2795 r2824  
    4747}
    4848
    49 /** General defaults **/
    5049INPUT, SELECT {
    5150        margin: 0;
     
    5857}
    5958
    60 /** forms **/
    6159
    6260FORM { padding: 0; margin: 0; }
     
    7169        margin-top: 1em;
    7270        margin-bottom: 0;
    73 }
    74 
    75 TEXTAREA.description {
    76         height: 6em;
    77         width: 40em;
    78         overflow: auto;
    7971}
    8072
     
    275267#theHeader {text-align: center;}
    276268
    277 #theNotificationPage dl,
    278 #thePopuphelpPage dl { margin: 0 25px 25px; }
    279 #content #comments ul.thumbnailCategories li { width:99%; }
     269#theNotificationPage DL,
     270#thePopuphelpPage DL { margin: 0 25px 25px; }
     271#content #comments UL.thumbnailCategories LI { width:99%; }
    280272/* jQuery datepicker */
    281 img.ui-datepicker-trigger {
     273IMG.ui-datepicker-trigger {
    282274        cursor : pointer;
    283275}
Note: See TracChangeset for help on using the changeset viewer.