blob: 130f06794e9d1a9548401a5fce38ea788128e120 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.para {
margin: 4px 0 4px 0;
}
.screenshot {
margin: 4px 0 4px 0;
}
.snippet {
font-family: "Courier New", Courier;
font-weight: bold;
white-space: pre;
padding: 4px 16px 4px 16px;
border: 1px #888 dashed;
}
|