Externalize more resources, implement Content-Security-Policy headers

This commit is contained in:
Raphael Michel
2016-04-10 17:30:24 +02:00
parent 5cca426cd3
commit 02fb27fa5d
19 changed files with 494 additions and 297 deletions

View File

@@ -153,4 +153,14 @@ h1 .btn-sm {
padding-bottom: 15px;
}
}
.helper-display-inline {
display: inline !important;
}
.helper-width-auto {
width: auto;
}
.helper-space-below {
margin-bottom: 10px;
}