18 lines
461 B
CSS
18 lines
461 B
CSS
/*
|
|
Theme Name: zBench Mod
|
|
Theme URI: http://blog.hugopoi.net/
|
|
Description: Mod pour le thème zBench (footer and css)
|
|
Author: HugoPoi
|
|
Author URI: http://blog.hugopoi.net/
|
|
Template: zbench
|
|
Version: 1.0.0
|
|
|
|
License:GNU General Public License, v2 (or newer)
|
|
License URI:http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
|
*/
|
|
|
|
/*import original css*/
|
|
@import url("../zbench/style.css");
|
|
|
|
#header{margin:25px auto;}
|
|
#header h1 a{line-height:35px;} |