aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-02-26 01:24:14 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-02-26 01:24:14 +0000
commit8162ae075fbe9aabde3e5be8d8880ccdb37005cd (patch)
tree9c4b45c66e29a8a5407cd3f9faea4c70dfcd2cb2 /phpBB
parent3fa9b786e9c0a17a78ab670fbd0c55ca9fca79e3 (diff)
downloadforums-8162ae075fbe9aabde3e5be8d8880ccdb37005cd.tar
forums-8162ae075fbe9aabde3e5be8d8880ccdb37005cd.tar.gz
forums-8162ae075fbe9aabde3e5be8d8880ccdb37005cd.tar.bz2
forums-8162ae075fbe9aabde3e5be8d8880ccdb37005cd.tar.xz
forums-8162ae075fbe9aabde3e5be8d8880ccdb37005cd.zip
#7654
Ah CSS specificity... ;) git-svn-id: file:///svn/phpbb/trunk@7084 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/admin.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index a07200c646..20404498e1 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -697,7 +697,7 @@ fieldset dd {
border-right: 1px solid #CCC;
}
-dd.full {
+dd.full, .rtl dd.full {
margin: 0;
border: 0;
padding: 0;