corrade-http-templates – Blame information for rev 2

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