r8504: Temporary fix to #content width/height just to
authorDeryck Hodge <deryck@samba.org>
Fri, 15 Jul 2005 14:57:12 +0000 (14:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:29:33 +0000 (13:29 -0500)
pretty up things while I work.

deryck
(This used to be commit de6d5efadeb1ac5c44c6c87481d20de3afbedb78)

swat/style/swat.css

index 0c8f72000305522340e0903ec966f4ead9fb1dba..a94eb5a1d58635e5e8909fd4f6d226f6450324bf 100644 (file)
@@ -30,3 +30,11 @@ table.data tr {
         background-color: #E5C995;
        text-align:left;
 }
         background-color: #E5C995;
        text-align:left;
 }
+
+/* Temp fix for content sections that don't span the window.
+   This is not cross-browser and won't be the final way I handle
+   this, but I can't stand looking at small boxes while I work. :-) */
+#content {
+       min-width:60%;
+       min-height:800px;
+}