From 3b4df74c014b4388415e756605728d801c1a0b60 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sun, 5 Apr 2015 16:55:41 -0700 Subject: [PATCH] gitweb.css: fix layout of 'Cached version' string Add a top and right margin so it's not smooshed up against the top/right borders. Signed-off-by: Kyle J. McKay --- gitweb/static/gitweb.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css index 337055a979..524d47cf63 100644 --- a/gitweb/static/gitweb.css +++ b/gitweb/static/gitweb.css @@ -110,6 +110,8 @@ div.stale_info { display: block; text-align: right; font-style: italic; + margin-top: 6px; + margin-right: 8px; } div.readme { -- 2.11.4.GIT