source: trunk/greenstone3-extensions/gsdl-as/web/default.css@ 8630

Last change on this file since 8630 was 8630, checked in by schweer, 19 years ago

restructured servlet to use velocity

  • Property svn:keywords set to Author Date Id Revision
File size: 224 bytes
Line 
1body {
2 font-family: "Trebuchet MS",Arial,helvetica,sans-serif;
3}
4
5.error {
6 color: red;
7 font-weight: bold;
8}
9
10.details {
11 font-size: small;
12}
13
14table, thead {
15 border: 1pt solid black;
16}
17
18thead {
19 background-color: gray;
20}
Note: See TracBrowser for help on using the repository browser.