blob: b11e7f1e9560faf58c2e36a132b30acef583b459 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* CSS styleshet for the "HD-1080" theme.
*
* Author: Sindre Mehus
*/
@import "hd.css";
body {
margin:1.5em;
font-size: 14pt;
}
.detail, .albumComment, .log {
font-size: 12pt;
}
|