From 0f782947ed10ba7341d95fcf3de5095c3dc2ef8c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 21 May 2026 15:04:30 +0200 Subject: 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. --- cgit.css | 1 - 1 file changed, 1 deletion(-) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index dab5977..d669e47 100644 --- a/cgit.css +++ b/cgit.css @@ -755,7 +755,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%; } -- cgit v1.3.1