diff options
author | Todd Parker <fg.todd@gmail.com> | 2008-12-30 18:30:24 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2008-12-30 18:30:24 +0000 |
commit | 33d77bcfc5ae927679a33b10a2142d0538a47e57 (patch) | |
tree | 06727f91f37b598dc5cecee05e93bf00fe609012 /demos/demos.css | |
parent | 5d1b0cb7557d89d790858cef2c5cdb7ca888a552 (diff) | |
download | jquery-ui-33d77bcfc5ae927679a33b10a2142d0538a47e57.tar.gz jquery-ui-33d77bcfc5ae927679a33b10a2142d0538a47e57.zip |
Adjusted sizing for layout to better fit demos
Diffstat (limited to 'demos/demos.css')
-rw-r--r-- | demos/demos.css | 8 |
1 files 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; } |