comparison web/default.css @ 1712:08e1522af78e

added project web page under version control
author nadvornik
date Fri, 31 Jul 2009 20:31:56 +0000
parents
children
comparison
equal deleted inserted replaced
1711:ce8ec81a9601 1712:08e1522af78e
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