mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
Add normalize.css
This commit is contained in:
parent
4180e37bcc
commit
cedb884ab6
3 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
@import "normalize.css";
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"bootstrap": "~3.3.2",
|
||||
"chart.js": "~0.1.0",
|
||||
"flot-charts": "*",
|
||||
"flot": "*"
|
||||
"flot": "*",
|
||||
"normalize.css": "3.0.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
"ember-data": "1.13.8",
|
||||
"ember-disable-proxy-controllers": "^1.0.0",
|
||||
"ember-export-application-global": "^1.0.3",
|
||||
"ember-normalize": "0.0.9",
|
||||
"glob": "^4.5.3",
|
||||
"http-proxy": "^1.11.2",
|
||||
"mirage": "0.0.5",
|
||||
|
|
Loading…
Add table
Reference in a new issue