diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-20 12:24:05 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-20 12:24:05 +0000 |
commit | 604bddc35385aab2058ddd3a89372de9e4539ebf (patch) | |
tree | 0fd6be0879f71260a8edfadd65aaf4bf323ba835 /demos/demos.css | |
parent | dae7a441f42fd903061e8b2cba078489b354c6e1 (diff) | |
download | jquery-ui-604bddc35385aab2058ddd3a89372de9e4539ebf.tar.gz jquery-ui-604bddc35385aab2058ddd3a89372de9e4539ebf.zip |
fixed code inline styling
Diffstat (limited to 'demos/demos.css')
-rw-r--r-- | demos/demos.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/demos.css b/demos/demos.css index 9c95e8183..6d0533f4a 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -166,6 +166,7 @@ eventually we should convert the font sizes to ems -- using px for now to minimi } #demo-notes { width:520px; color:#333; font-size: 1em; } +.demo-description p code { padding: 0; font-weight: bold; } code, pre { padding:8px 0 8px 20px ; font-size: 1.2em; line-height:130%; } #demo-source a:link, |