diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-23 13:26:07 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-23 13:26:07 +0000 |
commit | 0725254afff9df75c68efbbe565e94784e5a6e80 (patch) | |
tree | c839e80d5c492056d38977263cd68f9ad2f86df2 /demos/demos.css | |
parent | 1d3e8909acdff948e06cceb951a6ed0ef5ab4d9c (diff) | |
download | jquery-ui-0725254afff9df75c68efbbe565e94784e5a6e80.tar.gz jquery-ui-0725254afff9df75c68efbbe565e94784e5a6e80.zip |
demos: bumped down the nav font a bit
Diffstat (limited to 'demos/demos.css')
-rw-r--r-- | demos/demos.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/demos.css b/demos/demos.css index 4efc2c20e..2e38e031d 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -5,7 +5,7 @@ body { font-size: 62.5%; } }
.nav dt {
color: #E87B10;
- font-size: 1.8em;
+ font-size: 1.7em;
font-weight: bold;
margin-top: 1em;
margin-bottom: 0.5em;
@@ -17,7 +17,7 @@ body { font-size: 62.5%; } border-bottom:1px solid #F4F4F4;
color:#000000;
display:block;
- font-size: 1.6em;
+ font-size: 1.4em;
font-weight: bold;
height:1.4em;
padding:7px 3px 3px 12px;
|