/[webpac]/trunk/public_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/public_html/style.css

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

revision 84 by dpavlin, Fri Jul 4 23:30:47 2003 UTC revision 85 by dpavlin, Fri Jul 11 20:15:01 2003 UTC
# Line 2  body { Line 2  body {
2          background: #FFFFE8 none;          background: #FFFFE8 none;
3          color: black;          color: black;
4          font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;          font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
         font-size: small;  
5  }  }
6    
7  table {  table {
8          font-size: small;          font-size: 90%;
9    }
10    
11    p {
12            font-size: 90%;
13  }  }
14    
15  h2 {    h2 {  
# Line 74  h2 { Line 77  h2 {
77    
78    
79  .label1 {    .label1 {  
80          font-size: small;          font-size: 90%;
81            text-align: right;
82  }  }
83    
84  .label2 {    .label2 {  
85           font-size: small;           font-size: 90%;
86           text-align: right;           vertical-align: top;
87  }  }
88    
89    
90  .example {    .example {  
91          font-size: small;          font-size: 85%;
92          font-style: italic;          font-style: italic;
93  }  }
94    
   
   
   
   
95  .limiter {    .limiter {  
96          font-size: 12px          vertical-align: top;
97    }
98    
99    .small {
100            font-size: 80%;
101  }  }
102            
103    

Legend:
Removed from v.84  
changed lines
  Added in v.85

  ViewVC Help
Powered by ViewVC 1.1.26