about summary refs log tree commit
path: root/cgit.css
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-01 08:57:24 +0000
committerEric Wong <e@80x24.org>2019-04-22 02:34:37 +0000
commitd47734a426c6a1c5bb53eb715582f689daa5ca06 (patch)
tree1f76bd6a287810d6f1bd99deaaac2478f21e475f /cgit.css
parent20a33d1b5e97093d923ea73b953a732f1ac9bae0 (diff)
downloadcgit-d47734a426c6a1c5bb53eb715582f689daa5ca06.tar.gz
ui-log: improve decoration display for browsers without CSS
Text-based browsers without CSS support show all the decorations
bunched together without spacing.  Rely on a whitespace instead
of CSS support.
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 9f70d14..6fcd984 100644
--- a/cgit.css
+++ b/cgit.css
@@ -708,7 +708,6 @@ div#cgit div.commit-subject a.tag-deco,
 div#cgit div.commit-subject a.tag-annotated-deco,
 div#cgit div.commit-subject a.remote-deco,
 div#cgit div.commit-subject a.deco {
-        margin-left: 1em;
         font-size: 75%;
 }