/[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 1135 by dpavlin, Tue Apr 21 23:17:21 2009 UTC revision 1144 by dpavlin, Thu Apr 23 10:59:02 2009 UTC
# Line 19  form { Line 19  form {
19  }  }
20    
21  form label,  form label,
22    form select,
23  form input {  form input {
24          float: left;          float: left;
25  }  }
# Line 27  form input[name=search] { Line 28  form input[name=search] {
28          clear: left;          clear: left;
29  }  }
30    
31    form #inputs {
32            clear: left;
33    }
34    
35    form #inputs h2 {
36            margin: 0;
37            padding-top: 1em;
38    }
39    
40  #results {  #results {
41          clear: left;          clear: left;
42          float: left;          float: left;
43            margin: 1em;
44            border: 1px solid #eee;
45  }  }
46    
47  #results label {  #results label {
# Line 37  form input[name=search] { Line 49  form input[name=search] {
49          float: left;          float: left;
50  }  }
51    
52    #results ol {
53            float: left;
54            margin: 1em;
55    }
56    
57  #results ol li {  #results ol li {
58            clear: left;
59          margin-bottom: 1em;          margin-bottom: 1em;
60  }  }
61    
62    ul.pager {
63            background: #eee;
64            padding: 0.5em;
65            margin: 0;
66            clear: both;
67    }
68    
69    ul.pager li {
70            list-style: none;
71            display: inline;
72            width: 3em;
73    }
74    
75    .pager .current_page {
76            font-weight: bold;
77    }
78    
79    .pager .skip {
80            color: #888;
81    }
82    
83  pre {  pre {
84          border-top: 1px solid #888;          border-top: 1px solid #888;
85          clear: left;          clear: left;
# Line 56  pre { Line 95  pre {
95          background-color: #ffc;          background-color: #ffc;
96          color: #000;          color: #000;
97          padding: 0.5em;          padding: 0.5em;
         margin: 0.5em;  
98  }  }

Legend:
Removed from v.1135  
changed lines
  Added in v.1144

  ViewVC Help
Powered by ViewVC 1.1.26