~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Robey Pointer
  • Date: 2007-01-24 18:43:51 UTC
  • Revision ID: robey@lag.net-20070124184351-waw1sy4hjtpewpp1
bump up version number to 1.1 and change push site.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*table*/
2
 
.viewLineTit,
3
 
.viewRevTit,
4
 
.viewContTit {
5
 
    border: 1px solid #d2d2d2;
6
 
    }
7
 
.viewLine,
8
 
.viewRev,
9
 
.viewComm,
10
 
.viewCont {
11
 
    border: none;
12
 
    }
13
 
.viewLine,
14
 
.viewLineTit {
15
 
    padding-right: .2em;
16
 
    }
17
 
.viewLine {
18
 
    width: 37px;
19
 
    }
20
 
.viewContTit,
21
 
.viewCont {
22
 
    width: auto;
23
 
    padding-left: .3em;
24
 
    }
25
 
.viewRevTit,
26
 
.viewRev {
27
 
    width: 70px;
28
 
    text-align: center;
29
 
    }
30
 
.viewLine,
31
 
.viewCont {
32
 
    font-size: 116%;
33
 
    font-family: 'UbuntuBeta Mono', 'Ubuntu Mono', monospace;
34
 
    line-height: 108%;
35
 
    whitespace: pre;
36
 
    }
37
 
.viewCont pre {
38
 
    margin: 0;
39
 
    }
40
 
.viewLine {
41
 
    text-align: right;
42
 
    font-size: 93%;
43
 
    }