slitaz-forge rev 114

Link to RSS feed
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 14 03:34:09 2012 +0100 (2012-03-14)
parents d9fdcc8946ad
children 9b63e77334bf
files cook/header.html cook/style.css
line diff
     1.1 --- a/cook/header.html	Wed Mar 14 03:23:41 2012 +0100
     1.2 +++ b/cook/header.html	Wed Mar 14 03:34:09 2012 +0100
     1.3 @@ -5,6 +5,7 @@
     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 +	<link rel="alternate" type="application/rss+xml" title="Cooker Feed" href="?rss" />
     1.8  </head>
     1.9  <body>
    1.10  
     2.1 --- a/cook/style.css	Wed Mar 14 03:23:41 2012 +0100
     2.2 +++ b/cook/style.css	Wed Mar 14 03:34:09 2012 +0100
     2.3 @@ -39,6 +39,18 @@
     2.4  	color: #d66018;
     2.5  }
     2.6  
     2.7 +/* Logo */
     2.8 +
     2.9 +#logo {
    2.10 +	background: url(http://www.slitaz.org/images/logo.png) no-repeat left;
    2.11 +	position: absolute;
    2.12 +	float: left;
    2.13 +	left: 0px;
    2.14 +	top: 0px;
    2.15 +	width: 40px;
    2.16 +	height: 40px;
    2.17 +}
    2.18 +
    2.19  /* Header links */
    2.20  
    2.21  #network {