rolling.css: Use a sans face unconditionally in headings.
[dep-ui] / rolling.css
CommitLineData
ac26861c
MW
1td.label { text-align: right; }
2.conceal { display: none; }
3h1 {
4 padding-bottom: 1ex;
5 border-bottom-style: solid;
6 border-width: medium;
7}
8h2 {
9 padding-top: 1ex;
10 margin-top: 2ex;
11}
12h1 + h2, h2:first-child {
13 border-top-style: hidden;
14 margin-top: 2ex;
15}
79eae8f6
MW
16h1, h2, h3 {
17 font-family: sans-serif;
18}
ac26861c
MW
19.widgets {
20 float: left;
21 width: auto;
22 margin-right: 2em;
23 margin-bottom: 2em;
24}
25#toggle-help {
26 text-align: right;
27}