author | Michael Krelin <hacker@klever.net> | 2005-04-03 11:00:15 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-04-03 11:00:15 (UTC) |
commit | 85471d7c2c74035399ba7047f409fe6248e1d6f0 (patch) (side-by-side diff) | |
tree | 65f94a620e03fc9174ed2812f8ef361c2b4535ec /htdocs/style.css | |
parent | 0234b0ae9ba19a37771a8e7d519137fa811c206c (diff) | |
download | sitecing-85471d7c2c74035399ba7047f409fe6248e1d6f0.zip sitecing-85471d7c2c74035399ba7047f409fe6248e1d6f0.tar.gz sitecing-85471d7c2c74035399ba7047f409fe6248e1d6f0.tar.bz2 |
spolit some things to make MSIE a bit happier
-rw-r--r-- | htdocs/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/style.css b/htdocs/style.css index 28aa8df..27721d4 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -1,26 +1,26 @@ body { - font-family: sans-serif; + font-family: arial,helvetica, sans-serif; font-size: 11pt; } a:link, a:visited { text-decoration: none; } a:link:hover, a:visited:hover { text-decoration: underline; } p { margin: 1ex 1em; text-indent: 2em; text-align: justify; } p.note { margin-left: 10%; border-width: 1px 1px 1px 6px; border-color: gray gray gray #0000a0; border-style: solid solid solid double; padding: 1ex 1ex 1ex 2em; font-size: 80%; background: #c0c0e0; color: #202020; } @@ -213,49 +213,50 @@ div.prevnext a.prevnext-next { div.prevnext a:hover { background: gray; border: black 1px solid; color: white; text-decoration: none; } ul.quickref.toc { margin: 1em 20%; font-size: 90%; border: solid 1px gray; } dl.quickref { margin: 1ex 1em; overflow: hidden; } dl.quickref dt { margin: 0.4ex; padding: 2px 0.5ex; background: #e0e0e0; display: compact; } dl.quickref dd { - margin: 0px 0.4ex 0.4ex 10%; + margin: 0px 1% 0.4ex 10%; + width: 89%; padding: 0px; border: 1px solid gray; overflow: hidden; } dl.quickref code kbd { font-style: italic; color: #0000c0; } dl.quickref blockquote { background: #ffffc0; padding: 4px; border: dotted 1px gray; font-family: monospace; font-size: 90%; overflow: hidden; } dl.quickref blockquote em { display: block; font-family: inherit !important; font-size: inherit !important; font-weight: inherit !important; font-style: inherit !important; background: #ffc0c0; overflow: hidden; |