Tidied up the /blob action and the commit-nav.tt2 links.
[catagits/Gitalist.git] / root / static / css / site.css
CommitLineData
b3ad9e63 1#body {
2 margin: 1em;
3}
4
109ce668 5#commit-nav {
109ce668 6 padding-bottom: 4px;
7 border-bottom: solid 1px #ccc;
8 font-style: italic;
9}
b3ad9e63 10
11/* /commit page */
12.commit-message {
13 font-family: monospace;
c8870bd3 14 background-color: #ddd;
15 padding: 5px;
b3ad9e63 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}
c8870bd3 30
31.path {
32 border-bottom: solid 1px #ddd;
33 padding: 3px 0;
34 font-weight: bold;
35}