Restyle comment display and forms.
[matthijs/projects/xerxes.git] / media / base / css / base.css
1 table {
2         font-family:Verdana, Georgia,Arial, sans-serif;
3         font-size:9pt;  
4 }
5
6
7 .navrechts p {
8         margin-bottom: 0px;
9 }
10
11 .navrechts {
12         margin-top:0px;
13 }
14
15 .comment {
16         border: solid white 2px;
17         margin-top: 2px;
18     padding: 3px;
19 }
20
21 .comment.private {
22     border-color: red;
23 }
24
25 .comment-body {
26     font-family: monospace;
27 }
28
29 .commentReplyForm label {
30     font-weight: bold;
31 }