From 5cb8424bfcedcc9ff99b129e6046ee9bfdd1af3f Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 20 Nov 2011 13:34:55 +0000 Subject: [PATCH] improved some spacing after icons on links --- css/_links.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/_links.css b/css/_links.css index 7e7f182..6b19c3a 100644 --- a/css/_links.css +++ b/css/_links.css @@ -39,11 +39,12 @@ .dokuwiki a.interwiki { background-repeat: no-repeat; background-position: 0 center; - padding: 0 0 0 17px; + padding: 0 0 0 20px; } /* external link */ .dokuwiki a.urlextern { background-image: url(images/link_icon.gif); + padding: 0 0 0 17px; } /* windows share */ .dokuwiki a.windows { @@ -60,4 +61,5 @@ } /* interwiki link */ .dokuwiki a.interwiki { + padding: 0 0 0 17px; }