diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-07 23:32:47 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-07 23:32:47 +0000 |
commit | 9ca34f8dfa8cf352d635d6fb52d077bc5a030f24 (patch) | |
tree | 4d46e3bb99bb46c43bb3d70fc72066368c8bf4ef /phpBB | |
parent | 2d777e7e9ce611dacb3f44ed25bca58e58ad47ea (diff) | |
download | forums-9ca34f8dfa8cf352d635d6fb52d077bc5a030f24.tar forums-9ca34f8dfa8cf352d635d6fb52d077bc5a030f24.tar.gz forums-9ca34f8dfa8cf352d635d6fb52d077bc5a030f24.tar.bz2 forums-9ca34f8dfa8cf352d635d6fb52d077bc5a030f24.tar.xz forums-9ca34f8dfa8cf352d635d6fb52d077bc5a030f24.zip |
Sync prosilver-ACP's feature to prosilver template (vanilla & website)... Always show a scrollbar for short pages - stops the jump when the scrollbar appears, non-ie browsers.
git-svn-id: file:///svn/phpbb/trunk@7297 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 935b81b9dd..a57246e5a3 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -9,6 +9,9 @@ html { font-size: 100%; + /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */ + height: 100%; + margin-bottom: 1px; } body { |