/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

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

  • Committer: Robey Pointer
  • Date: 2006-12-13 08:53:38 UTC
  • Revision ID: robey@lag.net-20061213085338-e16mr3yv292i3e8r
think harder about revision traversal, and make it work more deterministic-
ally. :)  also add page next/prev buttons to the bottom of the "changes"
view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
.navbar {
38
38
}
39
39
 
40
 
.navbar table {
 
40
.navbar table, .bar table {
41
41
        width: 100%;
42
42
}
43
43
 
44
 
.navbar .bar {
 
44
.bar {
45
45
    background-color: #dee7ec;
46
46
    border: 1px solid #8cacbb;
47
47
    font-size: smaller;
95
95
    border-right: 1px dotted #8cacbb;
96
96
}
97
97
 
98
 
.buttons a:hover {
 
98
.buttons a:hover,.rbuttons a:hover {
99
99
    font-weight: normal;
100
100
    color: blue;
101
101
}
102
102
 
 
103
.rbuttons a {
 
104
    font-weight: normal;
 
105
    color: #000088;
 
106
    font-size: 12pt;
 
107
    padding-right: 10px;
 
108
    padding-left: 7px;
 
109
    border-left: 1px dotted #8cacbb;
 
110
    text-align: right;
 
111
    width: auto;
 
112
}
103
113
 
104
114
/* ----- revision display in various places ----- */
105
115