Changes to the incidents

This commit is contained in:
James Brooks
2015-06-16 09:14:24 +01:00
parent 9d879b162e
commit 99b453bbd9
4 changed files with 36 additions and 29 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,4 +1,4 @@
{ {
"dist/css/all.css": "dist/css/all-8fa3db8d.css", "dist/css/all.css": "dist/css/all-9e746527.css",
"dist/js/all.js": "dist/js/all-c132bc1e.js" "dist/js/all.js": "dist/js/all-c132bc1e.js"
} }
+10 -3
View File
@@ -216,12 +216,19 @@ body.status-page {
} }
} }
.panel-heading {
strong {
font-size: 1.1em;
}
}
.panel-body { .panel-body {
border-top: 1px solid #eee; border-top: 1px solid #eee;
p { p {
margin: 0; &:not(:last-child) {
font-size: 1em; margin-bottom: 10px;
// font-weight: normal; }
font-size: 1.1em;
} }
} }
} }