use normalize_css by default
This commit is contained in:
parent
6ae7160cb2
commit
aced8dc8a6
@ -15,7 +15,7 @@
|
||||
|
||||
<title>#{pageTitle pc}
|
||||
|
||||
<link rel="stylesheet" href=@{StaticR css_html5boilerplate_css}>
|
||||
<link rel="stylesheet" href=@{StaticR css_normalize_css}>
|
||||
^{pageHead pc}
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
<html
|
||||
<head
|
||||
<title>#{pageTitle pc}
|
||||
<link rel="stylesheet" href=@{StaticR css_normalize_css}>
|
||||
^{pageHead pc}
|
||||
<body
|
||||
$maybe msg <- mmsg
|
||||
|
||||
Loading…
Reference in New Issue
Block a user