From c8eb4d26d9fab3e76e55e476cb2021293875be84 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Fri, 13 Jul 2012 15:59:58 +0200 Subject: [PATCH] #232: Removed spaces from links via CSS. --- openslides/static/styles/base.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openslides/static/styles/base.css b/openslides/static/styles/base.css index eabb1936d..613b608e1 100644 --- a/openslides/static/styles/base.css +++ b/openslides/static/styles/base.css @@ -268,10 +268,11 @@ table tr.emptyline, table tr.emptyline td, table tr.emptyline td:hover { /* Links and Images */ a { color:#41829F; - text-decoration: none + text-decoration: none; + display: inline-block; } a:hover { - text-decoration: underline + text-decoration: underline; } img { border:none;