]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
proxy: errorpage-css use the same red as other ipfire pages.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 8 Jan 2011 13:51:49 +0000 (14:51 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 8 Jan 2011 13:51:49 +0000 (14:51 +0100)
config/proxy/errorpage-ipfire.css

index a1b53d3b48a00ae18072ce1ed78825b817ba1789..e237b443f05d7da51b7f44c22e062ecd7ab89e95 100644 (file)
@@ -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;
 }