www-thermferm/css/style.css

changeset 98
6e7e69f3493a
parent 97
4a9dbee41a6c
child 99
5dccd1d8d817
equal deleted inserted replaced
97:4a9dbee41a6c 98:6e7e69f3493a
6 font-family: Verdana, Arial, sans-serif; 6 font-family: Verdana, Arial, sans-serif;
7 width: 980px; 7 width: 980px;
8 font-size: 12px; 8 font-size: 12px;
9 } 9 }
10 10
11 #top-bar button.script-status {
12 margin:10px;
13 }
14
15 #beer-panel{
16 width: 980px;
17 height: 525px;
18 margin-bottom: 10px;
19 float: left;
20 }
21
22 #top-bar {
23 width: 968px;
24 margin: 5px;
25 float: left;
26 }
27
28 div.beer-main,
29 div.main-container {
30 float: left;
31 }
32
33 #logo-container {
34 float: left;
35 clear: none;
36 display: block;
37 margin-left: 4px;
38 margin-top: 4px;
39 width: 450px;
40 text-align: center;
41 }
42

mercurial