summaryrefslogtreecommitdiffabout
path: root/htdocs/style.css
authorMichael Krelin <hacker@klever.net>2005-04-03 11:00:15 (UTC)
committer Michael Krelin <hacker@klever.net>2005-04-03 11:00:15 (UTC)
commit85471d7c2c74035399ba7047f409fe6248e1d6f0 (patch) (unidiff)
tree65f94a620e03fc9174ed2812f8ef361c2b4535ec /htdocs/style.css
parent0234b0ae9ba19a37771a8e7d519137fa811c206c (diff)
downloadsitecing-85471d7c2c74035399ba7047f409fe6248e1d6f0.zip
sitecing-85471d7c2c74035399ba7047f409fe6248e1d6f0.tar.gz
sitecing-85471d7c2c74035399ba7047f409fe6248e1d6f0.tar.bz2
spolit some things to make MSIE a bit happier
Diffstat (limited to 'htdocs/style.css') (more/less context) (show whitespace changes)
-rw-r--r--htdocs/style.css5
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,8 +1,8 @@
1body { 1body {
2 font-family: sans-serif; 2 font-family: arial,helvetica, sans-serif;
3 font-size: 11pt; 3 font-size: 11pt;
4} 4}
5 5
6a:link, a:visited { 6a:link, a:visited {
7 text-decoration: none; 7 text-decoration: none;
8} 8}
@@ -231,13 +231,14 @@ dl.quickref dt {
231 margin: 0.4ex; 231 margin: 0.4ex;
232 padding: 2px 0.5ex; 232 padding: 2px 0.5ex;
233 background: #e0e0e0; 233 background: #e0e0e0;
234 display: compact; 234 display: compact;
235} 235}
236dl.quickref dd { 236dl.quickref dd {
237 margin: 0px 0.4ex 0.4ex 10%; 237 margin: 0px 1% 0.4ex 10%;
238 width: 89%;
238 padding: 0px; 239 padding: 0px;
239 border: 1px solid gray; 240 border: 1px solid gray;
240 overflow: hidden; 241 overflow: hidden;
241} 242}
242dl.quickref code kbd { 243dl.quickref code kbd {
243 font-style: italic; 244 font-style: italic;