/[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 1142 by dpavlin, Thu Apr 23 10:59:00 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 30  form input[name=search] { Line 31  form input[name=search] {
31  #results {  #results {
32          clear: left;          clear: left;
33          float: left;          float: left;
34            margin: 1em;
35            border: 1px solid #eee;
36  }  }
37    
38  #results label {  #results label {
# Line 37  form input[name=search] { Line 40  form input[name=search] {
40          float: left;          float: left;
41  }  }
42    
43    #results ol {
44            float: left;
45            margin: 1em;
46    }
47    
48  #results ol li {  #results ol li {
49            clear: left;
50          margin-bottom: 1em;          margin-bottom: 1em;
51  }  }
52    
53    ul.pager {
54            background: #eee;
55            padding: 0.5em;
56            margin: 0;
57            clear: both;
58    }
59    
60    ul.pager li {
61            list-style: none;
62            display: inline;
63            width: 3em;
64    }
65    
66    .pager .current_page {
67            font-weight: bold;
68    }
69    
70    .pager .skip {
71            color: #888;
72    }
73    
74  pre {  pre {
75          border-top: 1px solid #888;          border-top: 1px solid #888;
76          clear: left;          clear: left;
# Line 56  pre { Line 86  pre {
86          background-color: #ffc;          background-color: #ffc;
87          color: #000;          color: #000;
88          padding: 0.5em;          padding: 0.5em;
         margin: 0.5em;  
89  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26