Mercurial > geeqie
annotate web/default.css @ 1768:a22c42d36e2e
German translation update
author | mow |
---|---|
date | Tue, 13 Oct 2009 21:49:42 +0000 |
parents | 08e1522af78e |
children |
rev | line source |
---|---|
1712 | 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 |