From: Vincent Bernat Date: Sun, 13 Jan 2013 09:17:09 +0000 (+0100) Subject: web: push down version badge to avoid overlap X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b33321ba7688f933c463ed80777594aee099dfc9;p=thirdparty%2Flldpd.git web: push down version badge to avoid overlap --- diff --git a/content/media/css/lldpd.1.blank.less b/content/media/css/lldpd.1.blank.less index 7060b109..f00e3330 100644 --- a/content/media/css/lldpd.1.blank.less +++ b/content/media/css/lldpd.1.blank.less @@ -32,8 +32,8 @@ a { } .latest-version { position: absolute; - top: 10px; - left: 10px; + top: 3em; + left: 2em; div { background-color: @theme-color; border: 0.2em solid lighten(@theme-color, 60%);