diff options
author | Ca-Phun Ung <pazu2k@gmail.com> | 2009-01-02 12:10:16 +0000 |
---|---|---|
committer | Ca-Phun Ung <pazu2k@gmail.com> | 2009-01-02 12:10:16 +0000 |
commit | 3287ca71990bf84884537417f6de4dfa78ae6121 (patch) | |
tree | 3e98c33de49637715195fc6231a3ae467e9a3ce6 /demos/demos.css | |
parent | c116150111abb7d49c0e7738c464026e13eea853 (diff) | |
download | jquery-ui-3287ca71990bf84884537417f6de4dfa78ae6121.tar.gz jquery-ui-3287ca71990bf84884537417f6de4dfa78ae6121.zip |
demos/index.html - removed iframe and replaced with Ajax. Added datepicker localization scripts. Fixed css font sizing issues in demo notes.
Diffstat (limited to 'demos/demos.css')
-rw-r--r-- | demos/demos.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/demos.css b/demos/demos.css index 704ca0ed4..75df03a9e 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -2,7 +2,6 @@ body { font-size: 62.5%; } - /* Site -------------------------------- */ @@ -123,7 +122,8 @@ 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:540px; height:380px; border:1px solid #ddd; } +#demo-frame { float:left; width:540px; height:380px; border:1px solid #ddd; overflow: auto; position: relative; } +#demo-frame h3, #demo-frame h4 { padding: 0; font-weight: bold; font-size: 1em; } #demo-config-menu { float:right; width:200px; } #demo-config-menu h4 { font-size:13px; color:#666; font-weight:normal; border:0; padding-left:18px; } @@ -150,7 +150,7 @@ eventually we should convert the font sizes to ems -- using px for now to minimi font-size: 1.3em; } -#demo-notes { width:520px; color:#333; } +#demo-notes { width:520px; color:#333; font-size: 1em; } #demo-notes code { padding-left:20px; } #demo-source a:link, |