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

25
public/build/dist/css/all-9e746527.css vendored Normal file

File diff suppressed because one or more lines are too long

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"
}

View File

@@ -216,12 +216,19 @@ body.status-page {
}
}
.panel-heading {
strong {
font-size: 1.1em;
}
}
.panel-body {
border-top: 1px solid #eee;
p {
margin: 0;
font-size: 1em;
// font-weight: normal;
&:not(:last-child) {
margin-bottom: 10px;
}
font-size: 1.1em;
}
}
}