Added first cut of /shortlog action and simplified the parse_rev_list() method.
[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;
47495599 14}
15div.commit-message {
c8870bd3 16 background-color: #ddd;
17 padding: 5px;
b3ad9e63 18}
19.commit-info dt {
20 font-weight: bold;
21}
22.commit-info dd {
23 font-family: monospace;
24}
25
26.filename {
27 font-family: monospace;
28}
29.action-list {
30 font-size: smaller;
31}
c8870bd3 32
33.path {
34 border-bottom: solid 1px #ddd;
35 padding: 3px 0;
36 font-weight: bold;
37}