summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2007-06-17 11:17:00 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-06-17 11:17:00 (UTC)
commit426032f767763b46f462de51d1ebded34f671d79 (patch) (unidiff)
treec94684f2d5f6c4ea500ebc60a36a7d74ff76cadb /cgit.css
parent486c87ec2906c445ca505c877720d56e02aed784 (diff)
downloadcgit-426032f767763b46f462de51d1ebded34f671d79.zip
cgit-426032f767763b46f462de51d1ebded34f671d79.tar.gz
cgit-426032f767763b46f462de51d1ebded34f671d79.tar.bz2
ui-tree: html/css cleanup
Various fixes to make html and css more "clean". The only visible change is the link to file/directory log: it is now printed as "L" (for Log) instead of "H" (for History). Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css17
1 files changed, 4 insertions, 13 deletions
diff --git a/cgit.css b/cgit.css
index 30fde03..cda437e 100644
--- a/cgit.css
+++ b/cgit.css
@@ -174,28 +174,19 @@ div.error {
174 margin: 1em 2em; 174 margin: 1em 2em;
175} 175}
176 176
177td.ls-blob, td.ls-dir, td.ls-mod { 177a.ls-blob, a.ls-dir, a.ls-mod {
178 font-family: monospace; 178 font-family: monospace;
179} 179}
180 180
181div.ls-dir a { 181td.ls-size {
182 font-weight: bold;
183}
184
185th.filesize, td.filesize {
186 text-align: right; 182 text-align: right;
187} 183}
188 184
189td.filesize { 185td.ls-size {
190 font-family: monospace; 186 font-family: monospace;
191} 187}
192 188
193td.links { 189td.ls-mode {
194 font-size: 80%;
195 padding-left: 2em;
196}
197
198td.filemode {
199 font-family: monospace; 190 font-family: monospace;
200} 191}
201 192