source: remit/media/style/default.css @ b7fc501

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

More work on the default theme

  • Property mode set to 100644
File size: 220 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
14{
15    font-family: "Trebuchet MS", sans-serif;
16}
Note: See TracBrowser for help on using the repository browser.