chiark / gitweb /
firefox/: Add some Firefox configuration stuff.
[profile] / firefox / stylus / slatestarcodex.com.css
1 /* -*-css-*- */
2 /*@ domains: slatestarcodex.com */
3 html { background-image: none; }
4
5 body, #pjgm-content, #pjgm-content input, #pjgm-content textarea,
6 .commentlist li.comment {
7         font-family: serif;
8         font-size: 11pt;
9         line-height: 1.3;
10 }
11
12 blockquote {
13         font-family: inherit;
14         font-size: inherit;
15         line-height: inherit;
16 }
17
18 div#primary { display: none; }
19
20 #pjgm-menubar { width: auto; }
21
22 #pjgm-wrap {
23         margin: 0;
24         min-width: 0;
25         max-width: none;
26 }
27 /*@END*/