Changeset - 381ab0f782e4
[Not reviewed]
default
0 2 0
ethanzonca@localhost.localdomain - 16 years ago 2009-01-30 15:30:45
ethanzonca@localhost.localdomain
header kill
2 files changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
templates/rhuk_milkyway/css/red_bg.css
Show inline comments
 
@@ -16,13 +16,14 @@ div#header {
 
}
 

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

	
 
}
 

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

	
 
div#footer {
templates/rhuk_milkyway/index.php
Show inline comments
 
@@ -10,7 +10,7 @@
 
 */
 

	
 
// no direct access
 
/* defined( '_JEXEC' ) or */ die( 'ugh give me a few it died' );
 
defined( '_JEXEC' ) or die( 'Restricted Access' );
 
?>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
0 comments (0 inline, 0 general)