]> git.ipfire.org Git - people/jschlag/pbs.git/blob - src/static/css/log.css
Use autotools
[people/jschlag/pbs.git] / src / static / css / log.css
1 div.log {
2 width: 95%;
3
4 border: 1px dotted #515151;
5 }
6
7 div.log div.log-entry {
8 border: 1px solid black;
9 }
10
11 div.log div.log-entry div.log-title a {
12 font-weight: bold;
13 }
14
15 div.log div.log-entry div.log-message {
16 margin: 0.4em 1em 0.4em 1em;
17 }
18
19 div.log div.log-entry div.log-footer {
20 font-style: italic;
21 }
22
23 div.log div.log-entry div.comment-vote {
24
25 }
26
27 div.log div.log-entry div.comment-vote-up {
28 color: #33ff66;
29 }
30
31 div.log div.log-entry div.comment-vote-down {
32 color: #ee2222;
33 }