diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-31 01:20:50 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-31 01:20:50 +0000 |
commit | 9a35874d44262f79d1a5fc7d8c7e673518c985fd (patch) | |
tree | f9cd8915ee759d2427c657e680e9282e7b20aa86 /demos/demos.css | |
parent | 2789fca8afb34dc770df8163fad7f6df15a77025 (diff) | |
download | jquery-ui-9a35874d44262f79d1a5fc7d8c7e673518c985fd.tar.gz jquery-ui-9a35874d44262f79d1a5fc7d8c7e673518c985fd.zip |
demos: whitespace fixes
- trailing whitespace
- inconsistent line endings
- set svn:eol-style to native
Diffstat (limited to 'demos/demos.css')
-rw-r--r-- | demos/demos.css | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/demos/demos.css b/demos/demos.css index 250c875fc..4541b8adf 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -110,7 +110,7 @@ body { border-color: #BBBBBB; } -/* new styles for demo pages, added by Filament 12.29.08 +/* new styles for demo pages, added by Filament 12.29.08 eventually we should convert the font sizes to ems -- using px for now to minimize style conflicts */ @@ -132,16 +132,16 @@ eventually we should convert the font sizes to ems -- using px for now to minimi #demo-config-menu li { font-size:11px; padding:0 0 0 10px; margin:3px 0; zoom: 1; } -#demo-config-menu li a:link, +#demo-config-menu li a:link, #demo-config-menu li a:visited { display:block; padding:2px 8px 3px; border-bottom:1px dotted #b3b3b3; } -#demo-config-menu li a:hover, +#demo-config-menu li a:hover, #demo-config-menu li a:active { background-color:#f6f6f6; } #demo-config-menu li.demo-config-on { background: url(images/demo-config-on-tile.gif) repeat-x left center; } -#demo-config-menu li.demo-config-on a:link, -#demo-config-menu li.demo-config-on a:visited, -#demo-config-menu li.demo-config-on a:hover, +#demo-config-menu li.demo-config-on a:link, +#demo-config-menu li.demo-config-on a:visited, +#demo-config-menu li.demo-config-on a:hover, #demo-config-menu li.demo-config-on a:active { background: url(images/demo-config-on.gif) no-repeat left; padding-left:18px; color:#fff; border:0; margin-left:-10px; } #demo-source, #demo-notes { @@ -168,13 +168,13 @@ eventually we should convert the font sizes to ems -- using px for now to minimi #demo-source a.source-closed:hover, #demo-source a.source-closed:active { background-image: url(images/demo-spindown-closed.gif); } -div.demo { - padding:12px; +div.demo { + padding:12px; font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif"; } -div.demo-description { - padding:12px; +div.demo-description { + padding:12px; font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif"; font-size: 1.3em; line-height: 1.4em; |