Ignore:
Timestamp:
Jun 24, 2006, 2:04:45 PM (18 years ago)
Author:
chrisaga
Message:

remove unused css file and rules in template
move css rules used only in admin section to a new admin/default-layout.css file

step one admin/default-layout.css is still imported in default-layout.css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/content.css

    r1384 r1392  
    120120}
    121121
    122 /* should be in admin.css ? CSS properties also used in popuphelp */
    123 
    124 SPAN.pwgScreen {
    125   border-bottom: 1px dotted black;
    126 }
    127 
    128 SPAN.filename:before {
    129   content: "[";
    130 }
    131 
    132 SPAN.filename:after {
    133   content: "]";
    134 }
    135 
    136122/* begin chronology/calendar elements*/
    137123#content DIV.calendarViews {
Note: See TracChangeset for help on using the changeset viewer.