Declare default style block is CSS (fixes Konqueror and Safari).

cvs
Trent Buck 2006-01-31 10:23:08 +00:00
parent 8b015709c6
commit 4fd83b3373
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ M: html-stream with-nested-stream ( quot style stream -- )
M: html-stream stream-terpri [ <br/> ] with-stream* ; M: html-stream stream-terpri [ <br/> ] with-stream* ;
: default-css ( -- ) : default-css ( -- )
<style> <style "text/css" =type>
"A:link { text-decoration: none; color: black; }" print "A:link { text-decoration: none; color: black; }" print
"A:visited { text-decoration: none; color: black; }" print "A:visited { text-decoration: none; color: black; }" print
"A:active { text-decoration: none; color: black; }" print "A:active { text-decoration: none; color: black; }" print