aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-10-08 15:16:47 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-10-08 15:16:47 +0000
commitaa27ec5ebbbcd76de5e019903224dcea569e8895 (patch)
treecbf1fdf5067accf7c4f4ebe0e66f79a0a70f3ec8
parent9fdbe46c08991a5b7fc68ddd34217b2f836878d0 (diff)
downloadforums-aa27ec5ebbbcd76de5e019903224dcea569e8895.tar
forums-aa27ec5ebbbcd76de5e019903224dcea569e8895.tar.gz
forums-aa27ec5ebbbcd76de5e019903224dcea569e8895.tar.bz2
forums-aa27ec5ebbbcd76de5e019903224dcea569e8895.tar.xz
forums-aa27ec5ebbbcd76de5e019903224dcea569e8895.zip
Show coloured guest names correctly if not enclosed in <a> tags. ;) Bug #21935
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8983 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/styles/prosilver/theme/links.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css
index 4c4ccd31a9..9f3b7e3ae7 100644
--- a/phpBB/styles/prosilver/theme/links.css
+++ b/phpBB/styles/prosilver/theme/links.css
@@ -10,6 +10,7 @@ a:active { color: #d2d2d2; text-decoration: none; }
.username-coloured {
font-weight: bold;
display: inline !important;
+ padding: 0 !important;
}
/* Links on gradient backgrounds */