]> mj.ucw.cz Git - pciids.git/blob - static/print.css
Untaint data when sending mail
[pciids.git] / static / print.css
1 .menu, .navigation
2 {
3         overflow: hidden;
4         display: none;
5 }
6 .author, .time
7 {
8         font-style: italic;
9 }
10 .itemname, .name
11 {
12         font-weight: bold;
13 }
14 .itemdescription, .description
15 {
16         font-style: italic;
17         font-weight: bold;
18 }
19 .unnamedItem
20 {
21         font-style: italic;
22 }
23 .comment, .unseen-comment, .main-comment
24 {
25         border-bottom: dotted;
26         border-bottom-width: 1px;
27 }