/[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 1132 by dpavlin, Tue Apr 21 21:06:31 2009 UTC revision 1140 by dpavlin, Wed Apr 22 13:20:49 2009 UTC
# Line 30  form input[name=search] { Line 30  form input[name=search] {
30  #results {  #results {
31          clear: left;          clear: left;
32          float: left;          float: left;
33            margin: 1em;
34            border: 1px solid #eee;
35  }  }
36    
37  #results label {  #results label {
# Line 37  form input[name=search] { Line 39  form input[name=search] {
39          float: left;          float: left;
40  }  }
41    
42    #results ol li {
43            clear: left;
44            margin-bottom: 1em;
45    }
46    
47    #results .pager {
48            clear: left;
49            float: left;
50            width: 100%;
51            text-align: center;
52            background: #eee;
53    }
54    
55    #results .pager a,
56    #results .pager span {
57            width: 3em;
58            float: left;
59    }
60    
61    .pager .current_page {
62            font-weight: bold;
63    }
64    
65    .pager .skip {
66            color: #888;
67    }
68    
69    #results ol {
70            float: left;
71            margin-top: 1em;
72            margin-bottom: 1em;
73    }
74    
75  pre {  pre {
76          border-top: 1px solid #888;          border-top: 1px solid #888;
77          clear: left;          clear: left;
78          background-color: #eee;          background-color: #eee;
79            display: none;
80  }  }
81    
82  .error {  .error {
83          background-color: #fcc;          background-color: #fcc;
84          font-color: 000;          color: 000;
85    }
86    
87    .message {
88            background-color: #ffc;
89            color: #000;
90            padding: 0.5em;
91  }  }

Legend:
Removed from v.1132  
changed lines
  Added in v.1140

  ViewVC Help
Powered by ViewVC 1.1.26