Changeset - 872091eca53c
[Not reviewed]
default
0 1 0
ethanzonca@localhost.localdomain - 16 years ago 2009-01-30 16:04:38
ethanzonca@localhost.localdomain
init header with no marg
1 file changed with 3 insertions and 6 deletions:
0 comments (0 inline, 0 general)
templates/rhuk_milkyway/css/red_bg.css
Show inline comments
 
@@ -9,24 +9,21 @@ div#wrapper {
 

	
 
div#wrapper_r {
 
	background: url(../images/red/mw_shadow_r.png) 100% 0 repeat-y;
 
}
 

	
 
div#header {
 
/*	background: url(../images/red/mw_header_t.png) 0 0 repeat-x; */
 
	background: url(../images/red/mw_header_t.png) 0 0 repeat-x; 
 
}
 

	
 
div#header_l {
 
/*	background: url(../images/red/mw_header_t_l.png) 0 0 no-repeat; */
 
	padding-left: 100px;
 

	
 
	background: url(../images/red/mw_header_t_l.png) 0 0 no-repeat; 
 
}
 

	
 
div#header_r {
 
/*	background: url(../images/red/mw_header_t_r.png) 100% 0 no-repeat; */
 
	padding-right:100px;
 
	background: url(../images/red/mw_header_t_r.png) 100% 0 no-repeat; 
 
}
 

	
 
div#footer {
 
	background: #f7f7f7 url(../images/red/mw_footer_b.png) 0 100% repeat-x;
 
}
 

	
0 comments (0 inline, 0 general)