/[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 1140 by dpavlin, Wed Apr 22 13:20:49 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 39  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;          clear: left;
50          margin-bottom: 1em;          margin-bottom: 1em;
51  }  }
52    
53  #results .pager {  ul.pager {
         clear: left;  
         float: left;  
         width: 100%;  
         text-align: center;  
54          background: #eee;          background: #eee;
55            padding: 0.5em;
56            margin: 0;
57            clear: both;
58  }  }
59    
60  #results .pager a,  ul.pager li {
61  #results .pager span {          list-style: none;
62            display: inline;
63          width: 3em;          width: 3em;
         float: left;  
64  }  }
65    
66  .pager .current_page {  .pager .current_page {
# Line 66  form input[name=search] { Line 71  form input[name=search] {
71          color: #888;          color: #888;
72  }  }
73    
 #results ol {  
         float: left;  
         margin-top: 1em;  
         margin-bottom: 1em;  
 }  
   
74  pre {  pre {
75          border-top: 1px solid #888;          border-top: 1px solid #888;
76          clear: left;          clear: left;
77          background-color: #eee;          background-color: #eee;
         display: none;  
78  }  }
79    
80  .error {  .error {

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

  ViewVC Help
Powered by ViewVC 1.1.26