summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (show whitespace changes)
-rw-r--r--cgit.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index c16f3f2..97b4e27 100644
--- a/cgit.css
+++ b/cgit.css
@@ -41,32 +41,38 @@ img {
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%;
46 font-weight: bold; 46 font-weight: bold;
47 border: solid 1px #aaa; 47 border: solid 1px #aaa;
48 vertical-align: middle; 48 vertical-align: middle;
49} 49}
50 50
51div#header img#logo { 51div#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} 63}
64div.ls-dir a { 64div.ls-dir a {
65 font-weight: bold; 65 font-weight: bold;
66} 66}
67th.filesize, td.filesize { 67th.filesize, td.filesize {
68 text-align: right; 68 text-align: right;
69} 69}
70th.filemode, td.filemode { 70th.filemode, td.filemode {
71 text-align: center; 71 text-align: center;
72} 72}
73
74td.blob {
75 white-space: pre;
76 font-family: courier;
77 font-size: 100%;
78} \ No newline at end of file