source: remit/media/style/default.css @ 3e79308

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

Improve the look a bit more

  • Property mode set to 100644
File size: 224 bytes
Line 
1body
2{
3    margin: 1em;
4    padding: 1em;
5    min-height: 15em;
6    border: 1px solid #888;
7    background-color: white;
8}
9html
10{
11    background-color: #ddd;
12}
13h1, h2, h3, th
14{
15    font-family: "Trebuchet MS", sans-serif;
16}
Note: See TracBrowser for help on using the repository browser.