* (bug 8711) Stop floats in previews from spilling into edit area with toolbar disabl...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 2 Feb 2007 00:29:35 +0000 (00:29 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 2 Feb 2007 00:29:35 +0000 (00:29 +0000)
RELEASE-NOTES
includes/DefaultSettings.php
skins/chick/main.css
skins/common/common.css
skins/monobook/handheld.css
skins/monobook/main.css
skins/simple/main.css

index bd5cdaa..54bf8f3 100644 (file)
@@ -157,6 +157,7 @@ lighter making things easier to read.
 * (bug 8819) Fix full path disclosure in with skins dependencies
 * Fixed bug affecting HTML formatting in sortable table column titles
 * Merged table sorting code into wikibits.js
+* (bug 8711) Stop floats in previews from spilling into edit area
 
 
 == Languages updated ==
index 44e0c83..15ac044 100644 (file)
@@ -1110,7 +1110,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '53';
+$wgStyleVersion = '54';
 
 
 # Server-side caching:
index 24ca32e..af4a6fa 100644 (file)
@@ -489,6 +489,7 @@ div.gallerytext {
  * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS.
  * When the day comes, it can be moved to a *real* common.css.
  */
-#toolbar { clear: both; }
 .mw-plusminus-null { color: #aaa; }
-.texvc { direction: ltr; unicode-bidi: embed; }
\ No newline at end of file
+.texvc { direction: ltr; unicode-bidi: embed; }
+/* Stop floats from intruding into edit area in previews */
+#toolbar, #wpTextbox1 { clear: both; }
\ No newline at end of file
index 46f6588..f05a4a5 100644 (file)
@@ -463,6 +463,7 @@ p.mw-ipb-conveniencelinks {
  * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS.
  * When the day comes, it can be moved to a *real* common.css.
  */
-#toolbar { clear: both; }
 .mw-plusminus-null { color: #aaa; }
-.texvc { direction: ltr; unicode-bidi: embed; }
\ No newline at end of file
+.texvc { direction: ltr; unicode-bidi: embed; }
+/* Stop floats from intruding into edit area in previews */
+#toolbar, #wpTextbox1 { clear: both; }
\ No newline at end of file
index d6375de..85e6ad4 100644 (file)
@@ -1327,6 +1327,7 @@ tr.sv-space td { display: none; }
  * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS.
  * When the day comes, it can be moved to a *real* common.css.
  */
-#toolbar { clear: both; }
 .mw-plusminus-null { color: #aaa; }
-.texvc { direction: ltr; unicode-bidi: embed; }
\ No newline at end of file
+.texvc { direction: ltr; unicode-bidi: embed; }
+/* Stop floats from intruding into edit area in previews */
+#toolbar, #wpTextbox1 { clear: both; }
\ No newline at end of file
index 517765c..3bf74e2 100644 (file)
@@ -1613,6 +1613,7 @@ p.mw-ipb-conveniencelinks {
  * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS.
  * When the day comes, it can be moved to a *real* common.css.
  */
-#toolbar { clear: both; }
 .mw-plusminus-null { color: #aaa; }
-.texvc { direction: ltr; unicode-bidi: embed; }
\ No newline at end of file
+.texvc { direction: ltr; unicode-bidi: embed; }
+/* Stop floats from intruding into edit area in previews */
+#toolbar, #wpTextbox1 { clear: both; }
\ No newline at end of file
index f24f3f4..03b0da9 100644 (file)
@@ -442,6 +442,7 @@ table.collapsed tr.collapsable {
  * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS.
  * When the day comes, it can be moved to a *real* common.css.
  */
-#toolbar { clear: both; }
 .mw-plusminus-null { color: #aaa; }
-.texvc { direction: ltr; unicode-bidi: embed; }
\ No newline at end of file
+.texvc { direction: ltr; unicode-bidi: embed; }
+/* Stop floats from intruding into edit area in previews */
+#toolbar, #wpTextbox1 { clear: both; }
\ No newline at end of file