summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 640bbc9..ef4bc62 100644
--- a/cgit.css
+++ b/cgit.css
@@ -136,17 +136,17 @@ div#blob {
136} 136}
137 137
138div.error { 138div.error {
139 color: red; 139 color: red;
140 font-weight: bold; 140 font-weight: bold;
141 margin: 1em 2em; 141 margin: 1em 2em;
142} 142}
143 143
144div.ls-blob, div.ls-dir { 144td.ls-blob, td.ls-dir, td.ls-mod {
145 font-family: monospace; 145 font-family: monospace;
146} 146}
147 147
148div.ls-dir a { 148div.ls-dir a {
149 font-weight: bold; 149 font-weight: bold;
150} 150}
151 151
152th.filesize, td.filesize { 152th.filesize, td.filesize {