Changeset 2969 for trunk/template


Ignore:
Timestamp:
Dec 11, 2008, 10:51:39 PM (15 years ago)
Author:
vdigital
Message:
  • calendar by posted date
    • january, feb, march (or 1,2,3) : border = #666 (now #999)

(Default colors overrode)
merge -c2968 from branch 2.0 to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2967 r2969  
    303303        list-style-type:none;
    304304}
     305span.calItem {
     306        border:1px solid #666;
     307        margin:0 5px;
     308        padding:2px 5px 0 8px;
     309}
     310span.calItemEmpty, td.calDayCellEmpty, td.calDayCellFull {
     311        border:1px solid #666;
     312}
    305313A, INPUT.rateButton {
    306314        color:#f70;
Note: See TracChangeset for help on using the changeset viewer.