/[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 1150 by dpavlin, Fri Apr 24 16:58:10 2009 UTC revision 1176 by dpavlin, Wed Apr 29 18:06:15 2009 UTC
# Line 62  form #inputs { Line 62  form #inputs {
62          margin-bottom: 1em;          margin-bottom: 1em;
63  }  }
64    
65    #results li.z {
66            background: #eee;
67    }
68    
69  ul.pager {  ul.pager {
70          background: #eee;          background: #eee;
71          padding: 0.5em;          padding: 0.5em;
# Line 75  ul.pager li { Line 79  ul.pager li {
79          width: 3em;          width: 3em;
80  }  }
81    
82  .pager .current_page {  ul.pager li.skip {
83            color: #888;
84    }
85    
86    ul.pager li.current_page {
87          font-weight: bold;          font-weight: bold;
88            color: #000;
89  }  }
90    
91  .pager .skip {  .dump {
92          color: #888;          background-color: #efe;
93            clear: both;
94  }  }
95    
96  pre {  div.dump > pre {
97          border-top: 1px solid #888;          background-color: #eef;
98          clear: left;          margin: 0;
         background-color: #eee;  
99  }  }
100    
101  .error {  .error {

Legend:
Removed from v.1150  
changed lines
  Added in v.1176

  ViewVC Help
Powered by ViewVC 1.1.26