Commit 559421b8 authored by Jonathan.Wage's avatar Jonathan.Wage

Css fixes for layout.

parent babe5ca8
...@@ -6,7 +6,7 @@ body ...@@ -6,7 +6,7 @@ body
#wrapper #wrapper
{ {
background: url(../images/wrap_bg.jpg) repeat-y left 75px;
} }
#wrapper #header #wrapper #header
...@@ -71,12 +71,10 @@ body ...@@ -71,12 +71,10 @@ body
#wrapper #left #wrapper #left
{ {
background: url(../images/right_bg.png) left top repeat-x;
height: 100px;
float: left; float: left;
width: 10px; width: 10px;
height: 100%;
background: #AA0000;
background: #AA0000 url(../images/right_bg.png) repeat-x top left;
border-right: 1px solid #333333;
} }
#wrapper #right #wrapper #right
...@@ -84,7 +82,6 @@ body ...@@ -84,7 +82,6 @@ body
padding: 15px; padding: 15px;
float: right; float: right;
width: 225px; width: 225px;
min-height: 300px;
background: #AA0000 url(../images/right_bg.png) repeat-x top left; background: #AA0000 url(../images/right_bg.png) repeat-x top left;
color: #FFFFFF; color: #FFFFFF;
border-left: 1px solid #333333; border-left: 1px solid #333333;
...@@ -107,7 +104,7 @@ body ...@@ -107,7 +104,7 @@ body
#wrapper #content #wrapper #content
{ {
background: #FFFFFF url(../images/content_bg.png) repeat-x top left; background: #FFFFFF url(../images/content_bg.png) repeat-x top left;
min-height: 300px; border-left: 1px solid #333333;
margin-left: 10px; margin-left: 10px;
padding: 15px; padding: 15px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment