diff --git a/fellowship/fellowship.xsl b/fellowship/fellowship.xsl
index c6867a43ce..837f10f5aa 100644
--- a/fellowship/fellowship.xsl
+++ b/fellowship/fellowship.xsl
@@ -600,7 +600,7 @@
- outdated-notice
+ warning red
@@ -608,13 +608,13 @@
- outdated-notice
+ warning red
-
+
infobox
diff --git a/fsfe.xsl b/fsfe.xsl
index 0e93d587ac..fc678aa4f7 100644
--- a/fsfe.xsl
+++ b/fsfe.xsl
@@ -774,7 +774,7 @@
- outdated-notice
+ warning red
@@ -782,7 +782,7 @@
- outdated-notice
+ warning red
@@ -792,7 +792,7 @@
infobox
- under-construction-notice
+ warning yellow
diff --git a/look/generic.css b/look/generic.css
index f1badbab09..3b4e04046d 100644
--- a/look/generic.css
+++ b/look/generic.css
@@ -1639,20 +1639,20 @@ tr.highlighted {
/* notices */
-#outdated-notice, #under-construction-notice {
+.warning {
border-width: 1px;
border-style: solid;
padding: .5em;
margin: 0 0 1.5em 0;
}
-#outdated-notice {
+.red {
background-color: rgb(255,220,220);
border-color: rgb(253,59,59);
color: rgb(132,78,78);
}
-#under-construction-notice {
+.yellow {
background-color: rgb(255,245,220);
border-color: rgb(253,195,59);
color: rgb(132,78,78);