changeset 376:9fd0f639c0ec

make the content div inflexible again in columns mode, while leaving it inflexible in non-columns mode, so we have the best (to the extent possible at the moment) of both worlds
author Myk Melez <myk@mozilla.org>
date Fri, 07 Nov 2008 16:59:04 -0800
parents 7ea8b9746fa4
children cbff17233e63
files content/river.css
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/content/river.css	Fri Nov 07 16:50:57 2008 -0800
+++ b/content/river.css	Fri Nov 07 16:59:04 2008 -0800
@@ -109,6 +109,12 @@
   -moz-box-flex: 1;
 }
 
+#contentStack[columns] #contentBox {
+  /* In columns mode, flex creates a bunch of empty space after the content,
+   * so we turn it off. */
+  -moz-box-flex: 0;
+}
+
 #columnResizeSplitter {
   display: none;
 }