/[webpac2]/trunk/web/user.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/web/user.css

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

revision 67 by dpavlin, Wed Nov 16 15:33:12 2005 UTC revision 114 by dpavlin, Wed Nov 23 00:14:11 2005 UTC
# Line 1  Line 1 
1  /* user CSS file */  /* user CSS file */
2    
3    #links {
4            font-size: 0.8em;
5            text-align: left;
6            padding: 0.5em 2em;
7            float: right;
8            vertical-align: top;
9    }
10    
11    td {
12            font-size: 0.8em;
13            height: 0.8em;
14            vertical-align: top;
15            font-family: Verdana, Helvetica
16    }
17    
18  .line {  .line {
19          background-color: #ccccff;          background-color: #ffffcc;
20            }
21    
22    .label {
23            font-size: 0.7em;
24            font-weight: bold;
25            text-align: right;
26            padding-right: 1em;
27            width: 130px;
28    
29  }  }
30    
31  .line2 {  .line2 {
32          background-color: #ffcccc;          background-color: #ffffff;
33    }
34    
35    
36    #bookcov {
37             padding-right: 1em;
38             width: 15%;
39             vertical-align: middle;
40  }  }

Legend:
Removed from v.67  
changed lines
  Added in v.114

  ViewVC Help
Powered by ViewVC 1.1.26