From 1a156b7b10c14075b9ee841223fe963ce5147619 Mon Sep 17 00:00:00 2001 From: samtuke Date: Thu, 5 Jul 2012 13:39:31 +0000 Subject: [PATCH] changed warning boxes to have reusable css classes svn path=/trunk/; revision=23722 --- fellowship/fellowship.xsl | 6 +++--- fsfe.xsl | 6 +++--- look/generic.css | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) 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);