html stream fixes, removing obsolete live updater code

cvs
Slava Pestov 2006-01-31 20:09:48 +00:00
parent 364856fe7f
commit dcd69d4dc5
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,9 @@
! Copyright (C) 2004, 2006 Slava Pestov. ! Copyright (C) 2004, 2006 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: html
USING: cont-responder generic hashtables help http inspector io USING: cont-responder generic hashtables help http inspector io
kernel lists prototype-js math namespaces sequences strings kernel lists prototype-js math namespaces sequences strings
styles words xml ; styles words xml ;
IN: html
: hex-color, ( triplet -- ) : hex-color, ( triplet -- )
3 swap head 3 swap head
@ -61,7 +61,8 @@ styles words xml ;
: padding-css, ( padding -- ) "padding: " % # "px; " % ; : padding-css, ( padding -- ) "padding: " % # "px; " % ;
: pre-css, ( -- ) "white-space: pre; font-family:monospace; " % ; : pre-css, ( -- )
"white-space: pre; font-family:monospace; " % ;
: div-css-style ( style -- str ) : div-css-style ( style -- str )
[ [