slitaz-forge view cook/cross/header.html @ rev 497

cook: small cosmetic change
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 31 23:11:11 2014 +0200 (2014-03-31)
parents dfd8beb9daaf
children ae32eae3f479
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>SliTaz Cross Cooker</title>
5 <meta charset="utf-8" />
6 <link rel="shortcut icon" href="favicon.ico" />
7 <link rel="stylesheet" type="text/css" href="style.css" />
8 <style type="text/css">
9 #header h1 {
10 margin: 0;
11 padding: 8px 0 0 42px;
12 width: 250px;
13 }
14 #logo {
15 background: url(../images/logo.png) no-repeat left;
16 position: absolute;
17 float: left;
18 left: 0px;
19 top: 0px;
20 width: 40px;
21 height: 40px;
22 }
23 pre { font-size: 100%; }
24 </style>
25 </head>
26 <body>
28 <div id="header">
29 <div id="logo"></div>
30 <div id="network">
31 <a href="http://www.slitaz.org">Home</a>
32 <a href="http://bugs.slitaz.org">Bugs</a>
33 <a href="http://tank.slitaz.org">Tank</a>
34 <a href="http://hg.slitaz.org/wok">Hg</a>
35 <a href="http://roadmap.slitaz.org">Roadmap</a>
36 |
37 <a href="/cross">Cross</a>
38 </div>
39 <h1><a href="http://cook.slitaz.org">SliTaz Cooker</a></h1>
40 </div>
42 <!-- Content -->
43 <div id="content">