From cda771594d4312bde7c30bfb2dd589c026b2a40e Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Mon, 29 Aug 2011 11:02:01 -0700 Subject: [PATCH] panes decide how big they should be. --- static/index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/index.html b/static/index.html index 11e453ed0..95c9f6d13 100644 --- a/static/index.html +++ b/static/index.html @@ -28,22 +28,18 @@ } .left { - width: 100px; background-color: gray; } .right { - width: 100px; background-color: green; } .top { - height: 100px; background-color: purple; } .bottom { - height: 100px; background-color: blue; }