/[mws]/trunk/html/style.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/html/style.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 44 by dpavlin, Mon May 10 22:04:01 2004 UTC revision 45 by dpavlin, Tue May 11 19:31:08 2004 UTC
# Line 13  BIG { font-size: 11pt; } Line 13  BIG { font-size: 11pt; }
13  H1 { font-size: 15pt; }  H1 { font-size: 15pt; }
14  H2 { font-size: 13pt; }  H2 { font-size: 13pt; }
15    
16    .sidebar {
17            float: right;
18            background: #fff;
19            margin: 0px;
20            padding: 0em 0em 1em 1em;
21    }
22    
23  .results {  .results {
24          color: #666;          color: #666;
25            overflow: hidden;
26  }  }
27    
28    
# Line 49  A:active { Line 56  A:active {
56          text-decoration: none;          text-decoration: none;
57  }  }
58    
59  TD.calendar {  .calendar {
60            text-align: center;
61            color: #999;
62    }
63    
64    .calendar_date {
65            color: #999;
66    }
67    
68    .calendar_day {
69            text-align: right;
70          color: #999;          color: #999;
71  }  }
72    
# Line 87  TD.calendar { Line 104  TD.calendar {
104          padding-bottom: 0px;          padding-bottom: 0px;
105          padding-left: 3px;          padding-left: 3px;
106          padding-right: 3px;          padding-right: 3px;
107            color: #000;
108  }  }
109    
110  .quote {  .quote {

Legend:
Removed from v.44  
changed lines
  Added in v.45

  ViewVC Help
Powered by ViewVC 1.1.26