diff options
-rw-r--r-- | templates/web/hounslow/report/updates-sidebar-notes.html | 2 | ||||
-rw-r--r-- | web/cobrands/hounslow/base.scss | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/templates/web/hounslow/report/updates-sidebar-notes.html b/templates/web/hounslow/report/updates-sidebar-notes.html index 2673abc77..606595fc6 100644 --- a/templates/web/hounslow/report/updates-sidebar-notes.html +++ b/templates/web/hounslow/report/updates-sidebar-notes.html @@ -1,6 +1,6 @@ <p class="box-warning"> [% IF problem.is_open %] - <strong>Please note:</strong> If the problem has worsened, please open a new report instead of updating this one. + <strong>Please note: If the problem has worsened, please open a new report instead of updating this one.</strong> [% ELSE %] If this problem is still ongoing, please open a new report instead of updating this one. [% END %] diff --git a/web/cobrands/hounslow/base.scss b/web/cobrands/hounslow/base.scss index b49f7b97d..a7b14c245 100644 --- a/web/cobrands/hounslow/base.scss +++ b/web/cobrands/hounslow/base.scss @@ -30,3 +30,9 @@ background: lighten($green, 5%); } } + +.general-notes { + .box-warning { + font-size: 1.2em; + } +} |