Tidied up the /blob action and the commit-nav.tt2 links.
[catagits/Gitalist.git] / root / static / css / site.css
1 #body {
2     margin: 1em;
3 }
4
5 #commit-nav {
6     padding-bottom: 4px;
7     border-bottom: solid 1px #ccc;
8     font-style: italic;
9 }
10
11 /* /commit page */
12 .commit-message {
13     font-family: monospace;
14     background-color: #ddd;
15     padding: 5px;
16 }
17 .commit-info dt {
18     font-weight: bold;
19 }
20 .commit-info dd {
21     font-family: monospace;
22 }
23
24 .filename {
25   font-family: monospace;
26 }
27 .action-list {
28   font-size: smaller;
29 }
30
31 .path {
32     border-bottom: solid 1px #ddd;
33     padding: 3px 0;
34     font-weight: bold;
35 }