comparison website/src/site.css @ 562:7cc9d4a53d3b

remove SimplyHTML from documentation
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 24 Jun 2015 14:20:00 -0600
parents
children 22bfd8a2eaee
comparison
equal deleted inserted replaced
561:363d07e26549 562:7cc9d4a53d3b
1
2 body {
3 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
4 margin: 0 5%;
5 }
6
7 a[href] {
8 text-decoration: inherit;
9 color: #337ab7;
10 }
11 a[href]:visited {
12 color: #034a87;
13 }
14 a[href]:hover {
15 text-decoration: underline;
16 }
17
18 [small] {
19 font-size: small;
20 }
21
22
23 div[contents] {
24 margin: 0 0 1em;
25 }
26 ul {
27 margin: 0;
28 }
29 [heading] {
30 margin: 2em 0 0.6em;
31 color: #233E93;
32 }