/[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 1141 by dpavlin, Wed Apr 22 14:27:25 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 {
43            float: left;
44            margin: 1em;
45    }
46    
47  #results ol li {  #results ol li {
48            clear: left;
49          margin-bottom: 1em;          margin-bottom: 1em;
50  }  }
51    
52    ul.pager {
53            background: #eee;
54            padding: 0.5em;
55            margin: 0;
56            clear: both;
57    }
58    
59    ul.pager li {
60            list-style: none;
61            display: inline;
62            width: 3em;
63    }
64    
65    .pager .current_page {
66            font-weight: bold;
67    }
68    
69    .pager .skip {
70            color: #888;
71    }
72    
73  pre {  pre {
74          border-top: 1px solid #888;          border-top: 1px solid #888;
75          clear: left;          clear: left;
# Line 56  pre { Line 85  pre {
85          background-color: #ffc;          background-color: #ffc;
86          color: #000;          color: #000;
87          padding: 0.5em;          padding: 0.5em;
         margin: 0.5em;  
88  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26