Increase font size for incidents.
This commit is contained in:
@@ -158,6 +158,8 @@ body.status-page {
|
|||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
font-size: 1em;
|
||||||
|
// font-weight: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.panel-message {
|
.panel-message {
|
||||||
|
|||||||
@@ -4489,7 +4489,8 @@ body.status-page {
|
|||||||
body.status-page .timeline .moment .panel-body {
|
body.status-page .timeline .moment .panel-body {
|
||||||
border-top: 1px solid #eee; }
|
border-top: 1px solid #eee; }
|
||||||
body.status-page .timeline .moment .panel-body p {
|
body.status-page .timeline .moment .panel-body p {
|
||||||
margin: 0; }
|
margin: 0;
|
||||||
|
font-size: 1em; }
|
||||||
body.status-page .timeline .moment .panel-message {
|
body.status-page .timeline .moment .panel-message {
|
||||||
border: 1px solid #e8e8e8; }
|
border: 1px solid #e8e8e8; }
|
||||||
body.status-page .timeline .moment .panel-message .date {
|
body.status-page .timeline .moment .panel-message .date {
|
||||||
@@ -4489,7 +4489,8 @@ body.status-page {
|
|||||||
body.status-page .timeline .moment .panel-body {
|
body.status-page .timeline .moment .panel-body {
|
||||||
border-top: 1px solid #eee; }
|
border-top: 1px solid #eee; }
|
||||||
body.status-page .timeline .moment .panel-body p {
|
body.status-page .timeline .moment .panel-body p {
|
||||||
margin: 0; }
|
margin: 0;
|
||||||
|
font-size: 1em; }
|
||||||
body.status-page .timeline .moment .panel-message {
|
body.status-page .timeline .moment .panel-message {
|
||||||
border: 1px solid #e8e8e8; }
|
border: 1px solid #e8e8e8; }
|
||||||
body.status-page .timeline .moment .panel-message .date {
|
body.status-page .timeline .moment .panel-message .date {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"css/all.css": "css/all-6a23d7f9.css",
|
"css/all.css": "css/all-50d597de.css",
|
||||||
"js/all.js": "js/all-d8f5640f.js"
|
"js/all.js": "js/all-d8f5640f.js"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user