slitaz-forge rev 418

few more fix and improvments
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 11:03:40 2014 +0100 (2014-01-15)
parents 3b0caa277ef9
children 8cf82e7a5a8a
files forum/my-templates/slitaz/header.php forum/my-templates/slitaz/style.css
line diff
     1.1 --- a/forum/my-templates/slitaz/header.php	Wed Jan 15 10:46:37 2014 +0100
     1.2 +++ b/forum/my-templates/slitaz/header.php	Wed Jan 15 11:03:40 2014 +0100
     1.3 @@ -14,6 +14,7 @@
     1.4  	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     1.5  	<title><?php bb_title() ?></title>
     1.6  	<link rel="stylesheet" href="<?php bb_stylesheet_uri(); ?>" type="text/css" />
     1.7 +	<link rel="shortcut icon" href="favicon.ico" />
     1.8  <?php if ( 'rtl' == bb_get_option( 'text_direction' ) ) : ?>
     1.9  	<link rel="stylesheet" href="<?php bb_stylesheet_uri( 'rtl' ); ?>" type="text/css" />
    1.10  <?php endif; ?>
     2.1 --- a/forum/my-templates/slitaz/style.css	Wed Jan 15 10:46:37 2014 +0100
     2.2 +++ b/forum/my-templates/slitaz/style.css	Wed Jan 15 11:03:40 2014 +0100
     2.3 @@ -228,7 +228,7 @@
     2.4  
     2.5  .login {
     2.6  	position: absolute;
     2.7 -	top: 160px;
     2.8 +	top: 146px;
     2.9  	right: 80px;
    2.10  	color: #444;
    2.11  	z-index: 1;
    2.12 @@ -309,11 +309,11 @@
    2.13  	left: 80px;
    2.14  	width: 48%;
    2.15  	overflow: hidden;
    2.16 -	height: 100px;
    2.17 +	height: 64px;
    2.18  }
    2.19  
    2.20  #front-page #discussions {
    2.21 -	padding: 60px 0 0 0;
    2.22 +	padding: 40px 0 0 0;
    2.23  }
    2.24  
    2.25  .frontpageheatmap {