updated update script and merged lobbylens admin scripts
[contractdashboard.git] / style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
body {
    font-family: "Arial";
}
 
h1 {
    font-size:27px;
}
 
li {
padding-left: 20px;
}
 
#search, form {
display: inline;
float: right;
margin-top: -1px;
}
 
#sitenav {
width: 99%;
text-align: left;
padding: 5px;
border-top:1px solid black;
border-bottom:1px solid black;
}
 
#content {
margin: 10px;
padding: 5px;
width: auto;
}
 
#sidebar {
 width: 100px;
 border-right: 3px solid black;
 height: 100%;
 float: left;
}
 
#ft {
font-size: 66%;
}