Declare default style block is CSS (fixes Konqueror and Safari).
parent
8b015709c6
commit
4fd83b3373
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue