aboutsummaryrefslogtreecommitdiffstats
path: root/demos/demos.css
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-28 10:49:44 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-28 10:49:44 +0000
commit62b7c8eda897691d3031bf2b6a2a52c167c68e96 (patch)
treeb786816f5b59baf1deca4737a4f288dca132d9de /demos/demos.css
parentca2f0191da2e0fe40d04aba8fdab7dcac986e4ce (diff)
downloadjquery-ui-62b7c8eda897691d3031bf2b6a2a52c167c68e96.tar.gz
jquery-ui-62b7c8eda897691d3031bf2b6a2a52c167c68e96.zip
demos: fixed demo descriptions to use CODE for option names instead of STRONG
Diffstat (limited to 'demos/demos.css')
-rw-r--r--demos/demos.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/demos.css b/demos/demos.css
index 96ac8810f..2d2ce1fc8 100644
--- a/demos/demos.css
+++ b/demos/demos.css
@@ -167,7 +167,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-notes p code, .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%; }