diff --git a/_layouts/alert.html b/_layouts/alert.html
index 4062e67c..d1f79625 100644
--- a/_layouts/alert.html
+++ b/_layouts/alert.html
@@ -12,7 +12,7 @@ lang: en
-
{{ page.title }}
{{ page.date | date:"%e %B %Y" }}
+

{{ page.title }}
{{ page.date | date:"%e %B %Y" }}
{{ content }}
Go back to the network alerts history
diff --git a/_less/screen.less b/_less/screen.less
index 74ce0ef6..2c2e257c 100644
--- a/_less/screen.less
+++ b/_less/screen.less
@@ -1778,6 +1778,9 @@ h2 .rssicon{
.alerttext h1{
text-align:left;
}
+.alerttext img+h1{
+ margin-left:54px;
+}
.alertstatusinactive{
font-size:130%;
color:#0d579b;
@@ -1794,6 +1797,13 @@ h2 .rssicon{
.alertsactive a{
font-weight:bold;
}
+.alerticon{
+ width:42px;
+ height:42px;
+ float:left;
+ margin-top:12px;
+ margin-right:12px;
+}
.redirectmsg{
text-align:center;