aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-04-07 23:56:07 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-04-07 23:56:07 +0000
commit7915732d9a3119cb3ccc204abc6cb3b5c7a429be (patch)
treebf58cb59a57c80f5b1011f7857e7fad70865fb38 /phpBB/adm/style
parentade09d36a10e9690e2a9d87eee91cb18920c4b21 (diff)
downloadforums-7915732d9a3119cb3ccc204abc6cb3b5c7a429be.tar
forums-7915732d9a3119cb3ccc204abc6cb3b5c7a429be.tar.gz
forums-7915732d9a3119cb3ccc204abc6cb3b5c7a429be.tar.bz2
forums-7915732d9a3119cb3ccc204abc6cb3b5c7a429be.tar.xz
forums-7915732d9a3119cb3ccc204abc6cb3b5c7a429be.zip
Backout last change... seems Opera 9.x wants to round non-integer pixels down. Don't want to be getting into esoteric CSS browser filtering rules when not needed.
git-svn-id: file:///svn/phpbb/trunk@7299 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-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 2cd706ac44..3410034803 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -30,7 +30,7 @@ html {
background: #DBD7D1;
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */
height: 100%;
- margin-bottom: 0.1px;
+ margin-bottom: 1px;
}
body {