diff options
author | Gabriel Wicke <gwicke@users.mediawiki.org> | 2004-06-08 18:25:50 +0000 |
---|---|---|
committer | Gabriel Wicke <gwicke@users.mediawiki.org> | 2004-06-08 18:25:50 +0000 |
commit | eceacd3b83771d7a12cff8cc30dc7bcb82707599 (patch) | |
tree | 98914bc2e92f91450ffd81ab8b21a9aa76cdba82 /stylesheets | |
parent | 107062dbbace1ce8c6db64c7745c75eb9addfcad (diff) | |
download | mediawikicore-eceacd3b83771d7a12cff8cc30dc7bcb82707599.tar.gz mediawikicore-eceacd3b83771d7a12cff8cc30dc7bcb82707599.zip |
overflow: hidden
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3926
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/common.css | 1 | ||||
-rw-r--r-- | stylesheets/commonPrint.css | 1 | ||||
-rw-r--r-- | stylesheets/monobook/main.css | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/stylesheets/common.css b/stylesheets/common.css index eb38703aaa84..d7800cd33bcb 100644 --- a/stylesheets/common.css +++ b/stylesheets/common.css @@ -30,6 +30,7 @@ div.thumb { margin: 10px; text-align: center; width: auto; + overflow: hidden; } div.thumb div { border: 1px solid #8888aa; diff --git a/stylesheets/commonPrint.css b/stylesheets/commonPrint.css index 9df409187fca..a348b73f20ac 100644 --- a/stylesheets/commonPrint.css +++ b/stylesheets/commonPrint.css @@ -48,6 +48,7 @@ div.thumb { margin-bottom: 0.5em; border-style: solid; border-color: White; width: auto; + overflow: hidden; } div.thumb div { border:1px solid #cccccc; diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 4966bcba14c3..a354ec4f0a07 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -317,7 +317,7 @@ div.thumb { margin-bottom: 0.5em; border-style: solid; border-color: White; width: auto; - overflow: auto; + overflow: hidden; } div.thumb div { border:1px solid #cccccc; |