~mnordhoff/loggerhead/cheezum

« back to all changes in this revision

Viewing changes to loggerhead/static/css/annotate.css

merge the new theme created by Martin Albisetti
(this work sponsored by Canonical)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*table*/
 
2
.annoLineTit, .annoLine, .annoRevTit, .annoRev, .annoComm, .annoCommTit, .annoContTit, .annoCont {
 
3
        padding:4px;
 
4
        width:45px;
 
5
        border:1px solid #d2d2d2;
 
6
}
 
7
.annoLine, .annoRev, .annoComm, .annoCont {
 
8
        padding:5px 0px;
 
9
        border:none;    
 
10
}
 
11
.annoLine {
 
12
        width:37px;
 
13
        padding:5px 4px;
 
14
}
 
15
.annoContTit, .annoCont {
 
16
        width:auto;
 
17
}
 
18
.annoRevTit, .annoRev {
 
19
        width:70px;
 
20
        text-align:center;
 
21
}
 
22
.annoComm, .annoCommTit {
 
23
        width:200px;
 
24
}
 
25
.annoLine, .annoCont {
 
26
        font:normal 12px/normal monospace;
 
27
}
 
28
.annoLine {
 
29
        text-align:right;
 
30
}