/[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 1141 by dpavlin, Wed Apr 22 14:27:25 2009 UTC revision 1150 by dpavlin, Fri Apr 24 16:58:10 2009 UTC
# Line 6  body { Line 6  body {
6  }  }
7    
8  h1 {  h1 {
9            margin: 0;
10          font-size: 150%;          font-size: 150%;
11          color: #008;          color: #008;
12  }  }
13    
14    h2 {
15            margin: 0;
16            font-size: 120%;
17            color: #008;
18            padding-top: 1em;
19    }
20    
21  #description {  #description {
22          font-size: 80%;          font-size: 80%;
23  }  }
# Line 19  form { Line 27  form {
27  }  }
28    
29  form label,  form label,
30    form select,
31  form input {  form input {
32          float: left;          float: left;
33  }  }
# Line 27  form input[name=search] { Line 36  form input[name=search] {
36          clear: left;          clear: left;
37  }  }
38    
39    form #inputs {
40            clear: left;
41    }
42    
43  #results {  #results {
44          clear: left;          clear: left;
45          float: left;          float: left;

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

  ViewVC Help
Powered by ViewVC 1.1.26