aboutsummaryrefslogtreecommitdiff
path: root/source/static/css/log.css
blob: 56eb5220a2b4a1585c32391097dbb315a7862aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
html {
    height: 100%;
}

body {
    font:normal medium 'Gill Sans','Gill Sans MT',Verdana,sans-serif;
    line-height:1.75;
    height: 100%;
    margin: 0;
    padding: 0;
}

#logform {
   text-align:center;
   clear: both;
   position: float;
   vertical-align: center;
   margin-top: 10%;

}

img {
    border:0;
}
bgstack15