/[webpac2]/trunk/vhost/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/vhost/style.css

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

revision 1142 by dpavlin, Thu Apr 23 10:59:00 2009 UTC revision 1171 by dpavlin, Sat Apr 25 22:07:59 2009 UTC
# Line 6  body { Line 6  body {
6  }  }
7    
8  h1 {  h1 {
9            margin: 0;
10          font-size: 150%;          font-size: 150%;
11          color: #008;          color: #008;
12  }  }
13    
14    h2 {
15            margin: 0;
16            font-size: 120%;
17            color: #008;
18            padding-top: 1em;
19    }
20    
21  #description {  #description {
22          font-size: 80%;          font-size: 80%;
23  }  }
# Line 28  form input[name=search] { Line 36  form input[name=search] {
36          clear: left;          clear: left;
37  }  }
38    
39    form #inputs {
40            clear: left;
41    }
42    
43  #results {  #results {
44          clear: left;          clear: left;
45          float: left;          float: left;
# Line 63  ul.pager li { Line 75  ul.pager li {
75          width: 3em;          width: 3em;
76  }  }
77    
78  .pager .current_page {  ul.pager li.skip {
79            color: #888;
80    }
81    
82    ul.pager li.current_page {
83          font-weight: bold;          font-weight: bold;
84            color: #000;
85  }  }
86    
87  .pager .skip {  .dump {
88          color: #888;          background-color: #efe;
89            clear: both;
90  }  }
91    
92  pre {  div.dump > pre {
93          border-top: 1px solid #888;          background-color: #eef;
94          clear: left;          margin: 0;
         background-color: #eee;  
95  }  }
96    
97  .error {  .error {

Legend:
Removed from v.1142  
changed lines
  Added in v.1171

  ViewVC Help
Powered by ViewVC 1.1.26