From: Arne Fitzenreiter Date: Sat, 8 Jan 2011 13:51:49 +0000 (+0100) Subject: proxy: errorpage-css use the same red as other ipfire pages. X-Git-Tag: v2.9-rc1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec8d7a31d6738315f29d48fc0b994ea97c9e5232;p=people%2Fstevee%2Fipfire-2.x.git proxy: errorpage-css use the same red as other ipfire pages. --- diff --git a/config/proxy/errorpage-ipfire.css b/config/proxy/errorpage-ipfire.css index a1b53d3b48..e237b443f0 100644 --- a/config/proxy/errorpage-ipfire.css +++ b/config/proxy/errorpage-ipfire.css @@ -13,7 +13,7 @@ html body { margin: 0; padding: 0; - background: #700000; + background: #880400; font-size: 12px; color: #1e1e1e; } @@ -21,7 +21,7 @@ html body { /* Page displayed title area */ #titles { margin-left: 15px; - padding: 35px; + padding: 30px; padding-left: 170px; background: url('http://XXXhostXXX:81/images/IPFire.png') no-repeat left; }