use git-rank-contributors to add contributors to the web page
[git-walkthrough-commit.git] / www / main.css
blob63246fa24061ad3d000d787fc1b6f260888ad852
1 body
3 background: white;
4 color: #404040;
5 margin-bottom: 2em;
6 margin-left: auto;
7 margin-right: auto;
8 width: 90%;
11 a, a:visited
13 border-bottom: 1px dotted #03c;
14 background: inherit;
15 color: #03c;
16 text-decoration: none;
19 #screenshots
21 margin: 0;
22 padding: 0;
24 #screenshots li
26 display: inline;
27 list-style: none;
29 #screenshots a
31 border-bottom: none;
33 #screenshots img
35 border: 0;