/[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 1139 by dpavlin, Wed Apr 22 12:51:23 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;          clear: left;
49          margin-bottom: 1em;          margin-bottom: 1em;
50  }  }
51    
52  #results .pager {  ul.pager {
53          clear: left;          background: #eee;
54          text-align: center;          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 76  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.1139  
changed lines
  Added in v.1141

  ViewVC Help
Powered by ViewVC 1.1.26