Closes #484 - make headings style better within incidents.

This commit is contained in:
James Brooks
2015-03-07 09:19:33 +00:00
parent de9792b5fc
commit 8df1239fc6
7 changed files with 65 additions and 38 deletions
+25
View File
@@ -102,6 +102,31 @@ body.status-page {
.panel {
.panel-body {
h1 {
margin-top: 0;
margin-bottom: 4px;
font-size: 2em;
}
h2 {
margin-top: 0;
margin-bottom: 4px;
font-size: 1.8em;
}
h3 {
margin-top: 0;
margin-bottom: 4px;
font-size: 1.6em;
}
h4 {
margin-top: 0;
margin-bottom: 4px;
font-size: 1.4em;
}
h5 {
margin-top: 0;
margin-bottom: 4px;
font-size: 1.2em;
}
p {
margin: 0;
}