- Timestamp:
- Jun 29, 2007, 12:23:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/css.cc
r401 r402 188 188 s << "table.blame tbody td {\n"; 189 189 s << " border-right: 1px solid #f0f0f0;\n"; 190 s << " background: #fff;\n";191 190 s << " font: normal 11px monospace;\n"; 192 191 s << " overflow: hidden;\n"; … … 197 196 s << "table.blame tbody td.date { text-align: center; }\n"; 198 197 s << "table.blame tbody td.number { text-align: right; }\n"; 199 s << "table.blame tbody td:hover { background-color: transparent; }\n";200 198 s << "table.blame tbody tr:hover { background: #eed; }\n"; 201 199 s << "\n"; … … 231 229 s << "}\n"; 232 230 s << "\n"; 233 s << "table.listings tbody td a:hover, table.listing tbody th a:hover {\n";234 s << " background-color: transparent;\n";235 s << "}\n";236 231 s << "table.listings tbody tr { border-top: 1px solid #ddd }\n"; 237 232 s << "table.listings tbody tr.light { background-color: #fcfcfc }\n";
Note: See TracChangeset
for help on using the changeset viewer.