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