aboutsummaryrefslogtreecommitdiffstats
path: root/demos/demos.css
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-24 14:05:41 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-24 14:05:41 +0000
commit53b73d6b683492d28ddf6c624e86683d0fa9924b (patch)
tree7eab2f4d348cf525ca936c79c1ea21fc4882c1c6 /demos/demos.css
parent47f9a3b7dc7a7dd68831e031bf51bd65cecc27d4 (diff)
downloadjquery-ui-53b73d6b683492d28ddf6c624e86683d0fa9924b.tar.gz
jquery-ui-53b73d6b683492d28ddf6c624e86683d0fa9924b.zip
demos: fixed view source pre, code padding
Diffstat (limited to 'demos/demos.css')
-rw-r--r--demos/demos.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/demos.css b/demos/demos.css
index b9e678d7f..96ac8810f 100644
--- a/demos/demos.css
+++ b/demos/demos.css
@@ -168,6 +168,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; }
+#demo-source pre, #demo-source code { padding: 0; }
code, pre { padding:8px 0 8px 20px ; font-size: 1.2em; line-height:130%; }
#demo-source a:link,