/[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 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 44  form input[name=search] { Line 46  form input[name=search] {
46    
47  #results .pager {  #results .pager {
48          clear: left;          clear: left;
49            float: left;
50            width: 100%;
51          text-align: center;          text-align: center;
52            background: #eee;
53  }  }
54    
55  #results .pager a,  #results .pager a,
# Line 61  form input[name=search] { Line 66  form input[name=search] {
66          color: #888;          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 {
# Line 76  pre { Line 88  pre {
88          background-color: #ffc;          background-color: #ffc;
89          color: #000;          color: #000;
90          padding: 0.5em;          padding: 0.5em;
         margin: 0.5em;  
91  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26