]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/toolbar.css
Remove $Id$
[SourceForge/phpwiki.git] / themes / default / toolbar.css
1 /*
2  * $Id$
3  *
4  */
5
6 body {
7     font-family: Tahoma,Arial,Helvetica,sans-serif;
8     font-size: 10pt;
9     background-color: #dddddd;
10 }
11
12 input {
13     font-weight: bold;
14     margin-left: 2px;
15     margin-right: 2px;
16 }
17
18 option, td {
19     font-size: 9pt
20 }
21
22 #buttons {
23     background-color: #dddddd;
24     padding-right: 10px;
25     width: 180px;
26 }