corrade-http-templates – Blame information for rev 12

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 eva 1 body {
2 color: #fff;
3 font-size:13px;
4 text-align:center;
5 font-weight: bold;
6  
7 background-color: #fff;
8 margin: 0px;
9 overflow: hidden;
10 }
11  
12 #info {
13 color:#fff;
14 position: absolute;
15 top: 0px; width: 100%;
16 padding: 5px;
17 }
18  
19 a {
20 color: #4bbeff;
21 }