From c6f4dd24adee00828f0b54cf99fb3c51302c0c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 24 Sep 2013 14:14:53 +0200 Subject: Increase width of page to 760px --- static/css/style.css | 17 +++++++++-------- static/images/img02.gif | Bin 4689 -> 4787 bytes static/images/img03.gif | Bin 229 -> 227 bytes 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index a79308e..99a5e06 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -112,23 +112,24 @@ ul.arrow { color: #E15418; } -div.pie { +.pie { display: inline-block; - width: 370px; + width: 410px; height: 250px; } div.month_exp { display: inline-block; - width: 270px; + width: 280px; vertical-align: top; margin-bottom: 10px; + margin-right: 10px; } /* Header */ #header { - width: 713px; + width: 760px; margin: 0 auto; height: 42px; } @@ -143,7 +144,7 @@ div.month_exp { #menu { float: left; - width: 713px; + width: 760px; height: 50px; background: url(../images/img02.gif) no-repeat left top; } @@ -183,7 +184,7 @@ div.month_exp { /** LOGO */ #logo { - width: 713px; + width: 760px; height: 80px; margin: 0 auto; } @@ -230,7 +231,7 @@ div.month_exp { /* Page */ #page { - width: 663px; + width: 710px; margin: 0 auto; background: #4C4C4C url(../images/img03.gif) no-repeat left bottom; padding: 0 25px; @@ -240,7 +241,7 @@ div.month_exp { .content { float: left; - width: 663px; + width: 710px; padding: 15px 0px; margin-bottom: 20px; } diff --git a/static/images/img02.gif b/static/images/img02.gif index 45a3ae9..6f7624f 100644 Binary files a/static/images/img02.gif and b/static/images/img02.gif differ diff --git a/static/images/img03.gif b/static/images/img03.gif index d92ea38..137ec06 100644 Binary files a/static/images/img03.gif and b/static/images/img03.gif differ -- cgit v1.2.3