aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-02-09 20:48:08 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-02-09 20:48:08 +0000
commit3062c3643df8b10dae9abf1165f1a4b8d1bbafe2 (patch)
treee87cc7d1cb3593ff4d39ca1f513464cef074d555 /phpBB/adm
parent5e3afe73ecfbae4e9b2e134e8e617f843da5be90 (diff)
downloadforums-3062c3643df8b10dae9abf1165f1a4b8d1bbafe2.tar
forums-3062c3643df8b10dae9abf1165f1a4b8d1bbafe2.tar.gz
forums-3062c3643df8b10dae9abf1165f1a4b8d1bbafe2.tar.bz2
forums-3062c3643df8b10dae9abf1165f1a4b8d1bbafe2.tar.xz
forums-3062c3643df8b10dae9abf1165f1a4b8d1bbafe2.zip
Missed:
.pagination span.page-sep { display:none; } ... for the ACP ^o^; git-svn-id: file:///svn/phpbb/trunk@6978 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/admin.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index b081230ee2..8e6df68b41 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -820,6 +820,10 @@ input.autowidth { width: auto !important;}
font-weight: normal;
}
+.pagination span.page-sep {
+ display:none;
+}
+
.pagination span strong {
padding: 0 2px;
margin: 0 2px;