diff --git a/new-racket-web/web/common/layout.rkt b/new-racket-web/web/common/layout.rkt index 88e0d423e8..ee449d57fc 100644 --- a/new-racket-web/web/common/layout.rkt +++ b/new-racket-web/web/common/layout.rkt @@ -51,32 +51,6 @@ ;; page layout function (define-syntax (page stx) (syntax-case stx () [(_ . xs) (process-contents 'page #'page* stx #'xs)])) -(define preamble - @list{ - @doctype['html] - @; paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ - @comment{[if lt IE 7]>