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

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

  ViewVC Help
Powered by ViewVC 1.1.26