source: remit/media/style/style.css @ a6806bf

client
Last change on this file since a6806bf was a6806bf, checked in by Alex Dehnert <adehnert@…>, 15 years ago

Improve the look a bit more

  • Property mode set to 100644
File size: 289 bytes
Line 
1tr.sect-head td, tr.sect-head th
2{
3    padding-top: 1em;
4    text-decoration: underline;
5}
6table.pretty-table
7{
8    border-collapse: collapse;
9}
10table.pretty-table th, table.pretty-table td
11{
12    border: 1px solid black;
13    padding: 2px;
14}
15table.pretty-table th
16{
17    background: #99F;
18}
Note: See TracBrowser for help on using the repository browser.