slitaz-forge rev 448
cook: update CSS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Feb 16 16:02:53 2014 +0100 (2014-02-16) |
parents | e098e089c7c5 |
children | c890b7f0723e |
files | cook/cross/header.html cook/header.html |
line diff
1.1 --- a/cook/cross/header.html Sun Feb 16 15:57:44 2014 +0100 1.2 +++ b/cook/cross/header.html Sun Feb 16 16:02:53 2014 +0100 1.3 @@ -5,24 +5,39 @@ 1.4 <meta charset="utf-8" /> 1.5 <link rel="shortcut icon" href="favicon.ico" /> 1.6 <link rel="stylesheet" type="text/css" href="style.css" /> 1.7 + <style type="text/css"> 1.8 + #header h1 { 1.9 + margin: 0; 1.10 + padding: 8px 0 0 42px; 1.11 + width: 250px; 1.12 + } 1.13 + #logo { 1.14 + background: url(/images/logo.png) no-repeat left; 1.15 + position: absolute; 1.16 + float: left; 1.17 + left: 0px; 1.18 + top: 0px; 1.19 + width: 40px; 1.20 + height: 40px; 1.21 + } 1.22 + </style> 1.23 </head> 1.24 <body> 1.25 1.26 <div id="header"> 1.27 <div id="logo"></div> 1.28 <div id="network"> 1.29 - <a href="http://www.slitaz.org/">Home</a> 1.30 - <a href="http://forum.slitaz.org/">Forum</a> 1.31 - <a href="http://bugs.slitaz.org/">Bugs</a> 1.32 - <a href="http://tank.slitaz.org/">Tank</a> 1.33 - <a href="http://hg.slitaz.org/wok/">Hg</a> 1.34 - <a href="http://roadmap.slitaz.org/">Roadmap</a> 1.35 + <a href="http://www.slitaz.org">Home</a> 1.36 + <a href="http://bugs.slitaz.org">Bugs</a> 1.37 + <a href="http://tank.slitaz.org">Tank</a> 1.38 + <a href="http://hg.slitaz.org/wok">Hg</a> 1.39 + <a href="http://roadmap.slitaz.org">Roadmap</a> 1.40 | 1.41 <a href="/cross">Cross</a> 1.42 <a href="/cross/arm">arm</a> 1.43 <a href="/cross/x86_64">x86_64</a> 1.44 </div> 1.45 - <h1><a href="./">SliTaz Cooker</a></h1> 1.46 + <h1><a href="http://cook.slitaz.org">SliTaz Cooker</a></h1> 1.47 </div> 1.48 1.49 <!-- Content -->
2.1 --- a/cook/header.html Sun Feb 16 15:57:44 2014 +0100 2.2 +++ b/cook/header.html Sun Feb 16 16:02:53 2014 +0100 2.3 @@ -29,7 +29,6 @@ 2.4 <div id="logo"></div> 2.5 <div id="network"> 2.6 <a href="http://www.slitaz.org/">Home</a> 2.7 - <a href="http://forum.slitaz.org/">Forum</a> 2.8 <a href="http://bugs.slitaz.org/">Bugs</a> 2.9 <a href="http://hg.slitaz.org/wok/">Hg</a> 2.10 <a href="http://roadmap.slitaz.org/">Roadmap</a>