diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-23 13:02:51 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-23 13:02:51 +0000 |
commit | 8c94a14b0f0c1aa0071338d17614671a3f6c2efe (patch) | |
tree | 99b2a24d5cff8f59a769f018d48f04b137f2f19a /demos/demos.css | |
parent | 0aeb26d699ea7182571d1b0c56f75746cd0b9d6d (diff) | |
download | jquery-ui-8c94a14b0f0c1aa0071338d17614671a3f6c2efe.tar.gz jquery-ui-8c94a14b0f0c1aa0071338d17614671a3f6c2efe.zip |
demos: touched up the navigation a bit
Diffstat (limited to 'demos/demos.css')
-rw-r--r-- | demos/demos.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/demos/demos.css b/demos/demos.css index 16da76aa8..4efc2c20e 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -1 +1,29 @@ body { font-size: 62.5%; }
+.nav {
+ font-family: Verdana,Arial,sans-serif;
+ width: 200px;
+}
+.nav dt {
+ color: #E87B10;
+ font-size: 1.8em;
+ font-weight: bold;
+ margin-top: 1em;
+ margin-bottom: 0.5em;
+}
+.nav dd {
+ margin-left: 0.5em;
+}
+.nav dd a {
+ border-bottom:1px solid #F4F4F4;
+ color:#000000;
+ display:block;
+ font-size: 1.6em;
+ font-weight: bold;
+ height:1.4em;
+ padding:7px 3px 3px 12px;
+ text-decoration:none;
+}
+.nav dd a:hover {
+ background: #eaeaea;
+ border-bottom: 1px solid #bbb;
+}
|