Get rid of automatic styling for links.

This commit is contained in:
evancz 2012-10-11 12:41:44 -07:00
parent c24eca8836
commit aaca4dfa58

View file

@ -22,15 +22,7 @@ import ExtractNoscript
css = H.style ! A.type_ "text/css" $ preEscapedToMarkup
("html,head,body { padding:0; margin:0; }\
\body { font-family: helvetica, arial, sans-serif; }\
\a:link {text-decoration: none}\
\a:visited {text-decoration: none}\
\a:active {text-decoration: none}\
\a:hover {text-decoration: underline; color: #ff8f12;}" :: String)
{--
\hyphens: auto; -moz-hyphens: auto;\
\ -webkit-hyphens: auto; -ms-hyphens: auto; }\
--}
\body { font-family: helvetica, arial, sans-serif; }" :: String)
data JSStyle = Minified | Readable