From d45b8a833db241b0822441640e9d22c6b33160e8 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sun, 5 Apr 2015 20:59:30 -0700 Subject: [PATCH] gitweb.css: make sure the tag cloud has a reasonable margin Otherwise it's just smooshed up against the border and looks bad. --- gitweb/static/gitweb.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css index 3212601032..6fde399e1a 100644 --- a/gitweb/static/gitweb.css +++ b/gitweb/static/gitweb.css @@ -518,6 +518,9 @@ div.chunk_block.ctx div div.diff.ctx { color: #404040; } +div.htmltagcloud { + margin: 6px 8px; +} div.index_include { border: solid #d9d8d1; -- 2.11.4.GIT