diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-07 23:45:45 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-07 23:45:45 +0000 |
commit | ade09d36a10e9690e2a9d87eee91cb18920c4b21 (patch) | |
tree | c45f55361ad8922832f145792a3cf1ca3417317c /phpBB | |
parent | 9ca34f8dfa8cf352d635d6fb52d077bc5a030f24 (diff) | |
download | forums-ade09d36a10e9690e2a9d87eee91cb18920c4b21.tar forums-ade09d36a10e9690e2a9d87eee91cb18920c4b21.tar.gz forums-ade09d36a10e9690e2a9d87eee91cb18920c4b21.tar.bz2 forums-ade09d36a10e9690e2a9d87eee91cb18920c4b21.tar.xz forums-ade09d36a10e9690e2a9d87eee91cb18920c4b21.zip |
0.1px is perfectly valid... stops the 1px-worth of scrollbar "jump" in Gecko browsers :D
git-svn-id: file:///svn/phpbb/trunk@7298 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/admin.css | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 3410034803..2cd706ac44 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: 1px; + margin-bottom: 0.1px; } body { diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index a57246e5a3..b382ebc411 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -9,9 +9,9 @@ html { font-size: 100%; - /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */ + /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */ height: 100%; - margin-bottom: 1px; + margin-bottom: 0.1px; } body { |