Remove commented out code.
[geeqie.git] / web / default.css
1
2
3 #header {
4     margin: 0 0 0 0;
5     text-align : center;
6     width : 740px;
7     border: 1px solid #8BA0FF;
8     background: #d0e0ff;
9
10   }
11
12
13 #side {
14     float : left;
15     width : 150px;
16     padding-left : 5px;
17   }
18
19 #side ul {
20     padding-left : 0.5em;
21     margin-left : 0.5em;
22 }
23
24 #main {
25     width : 600px;
26     margin-top : 20px;
27     margin-left : 160px;
28   }
29