source: remit/media/style/style.css @ 84b3640

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

Color form errors

  • Property mode set to 100644
File size: 322 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}
19ul.errorlist
20{
21    color: red;
22}
Note: See TracBrowser for help on using the repository browser.