From 33d77bcfc5ae927679a33b10a2142d0538a47e57 Mon Sep 17 00:00:00 2001 From: Todd Parker Date: Tue, 30 Dec 2008 18:30:24 +0000 Subject: Adjusted sizing for layout to better fit demos --- demos/demos.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demos/demos.css b/demos/demos.css index 483162ed3..d40a53d30 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -14,7 +14,7 @@ body { -------------------------------- */ .layout-grid { - width: 100%; + width: 960px; } .layout-grid td { @@ -22,7 +22,7 @@ body { } .layout-grid td.left-nav { - width: 200px; + width: 150px; } .layout-grid td.normal { @@ -71,7 +71,7 @@ body { .demos-nav { float: left; - width: 155px; + width: 150px; font-size: 1.3em; } @@ -123,7 +123,7 @@ eventually we should convert the font sizes to ems -- using px for now to minimi #demo-config { padding:20px 0 0; } -#demo-frame { float:left; width:520px; height:300px; border:1px solid #ddd; } +#demo-frame { float:left; width:540px; height:380px; border:1px solid #ddd; } #demo-config-menu { float:right; width:200px; } #demo-config-menu h4 { font-size:13px; color:#666; font-weight:normal; border:0; padding-left:18px; } -- cgit v1.2.3