summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (show whitespace changes)
-rw-r--r--cgit.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 3ed0c22..c16f3f2 100644
--- a/cgit.css
+++ b/cgit.css
@@ -21,25 +21,25 @@ table.list {
21} 21}
22 22
23table.list th { 23table.list th {
24 text-align: left; 24 text-align: left;
25 font-weight: bold; 25 font-weight: bold;
26 background: #ddd; 26 background: #ddd;
27 border-bottom: solid 1px #aaa; 27 border-bottom: solid 1px #aaa;
28 padding: 0.1em 0.5em 0.1em; 28 padding: 0.1em 0.5em 0.1em;
29 vertical-align: baseline; 29 vertical-align: baseline;
30} 30}
31table.list td { 31table.list td {
32 border: none; 32 border: none;
33 padding: 0.1em 0.5em; 33 padding: 0.1em 1em 0.1em 0.5em;
34 background: white; 34 background: white;
35} 35}
36 36
37img { 37img {
38 border: none; 38 border: none;
39} 39}
40 40
41 41
42div#header { 42div#header {
43 background-color: #ddd; 43 background-color: #ddd;
44 padding: 0.25em 0.25em 0.25em 0.5em; 44 padding: 0.25em 0.25em 0.25em 0.5em;
45 font-size: 150%; 45 font-size: 150%;
@@ -52,12 +52,21 @@ div#header img#logo {
52 float: right; 52 float: right;
53} 53}
54 54
55div#content { 55div#content {
56 margin: 0.5em 0.5em; 56 margin: 0.5em 0.5em;
57} 57}
58 58
59div.error { 59div.error {
60 color: red; 60 color: red;
61 font-weight: bold; 61 font-weight: bold;
62 margin: 1em 2em; 62 margin: 1em 2em;
63} \ No newline at end of file 63} \ No newline at end of file
64div.ls-dir a {
65 font-weight: bold;
66}
67th.filesize, td.filesize {
68 text-align: right;
69}
70th.filemode, td.filemode {
71 text-align: center;
72}