]> git.cworth.org Git - sup/blob - www/main.css
Add new :crypto_default configuration option.
[sup] / www / main.css
1 body
2 {
3         background: white;
4         color: #404040;
5         margin-bottom: 2em;
6         margin-left: auto;
7         margin-right: auto;
8         width: 90%;
9 }
10
11 a, a:visited
12 {
13         border-bottom: 1px dotted #03c;
14         background: inherit;
15         color: #03c;
16         text-decoration: none;
17 }
18
19 #screenshots
20 {
21         margin: 0;
22         padding: 0;
23 }
24 #screenshots li
25 {
26         display: inline;
27         list-style: none;
28 }
29 #screenshots a
30 {
31         border-bottom: none;
32 }
33 #screenshots img
34 {
35         border: 0;
36 }