# HG changeset patch # User Christophe Lincoln # Date 1301317853 -7200 # Node ID 1fa6db906aa38cd206ee4b0f1a429e48d814b69f # Parent 53acdb49f525affecd2ac3e53b64d2266c70371f boot: Update to new style and layout diff -r 53acdb49f525 -r 1fa6db906aa3 boot/favicon.ico Binary file boot/favicon.ico has changed diff -r 53acdb49f525 -r 1fa6db906aa3 boot/guide.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/boot/guide.html Mon Mar 28 15:10:53 2011 +0200 @@ -0,0 +1,192 @@ + + + + SliTaz Web Boot - Guide + + + + + + + + + + + + + + + +
+ + + +
+

Web Boot Guide

+

+ Learn how to easily boot SliTaz from the web. +

+

+ locale.png + English | Français +

+
+ Quick Download: + slitaz-boot.iso +
+
+
+ + +
+ + +

[en] Short guide

+

+To boot from the internet you'll need a working DHCP server, DNS server/cache +and a default internet route. This is usually the case if you have a router +for network connection. +

+ + +

Boot time

+

+The boot time largely depends on your network connection. With a 1Mb +connection in France, it takes 5 min. If you want, you can report the +boot time on the Mailing list or the Forum. +

+ +

Required configuration

+

+The default boot entry needs 160Mb RAM. Two entries are available to +boot with 24Mb: +

+

+ + +

[fr] Guide rapide

+

+Pour démarrer depuis internet vous devez avoir une configuration réseau +fonctionnelle (Serveur DHCP, DNS/DNS cache, passerelle par défaut). +C'est généralement le cas si vous utiliser un routeur pour votre +connexion réseau. +

+ + + +

Temps de démarrage

+

+Le temps de démarrage dépend de votre vitesse de connexion à internet +et des charges du serveur. En france avec un débit de 1Mo il faut 5 minutes. +Vous pouvez poster vos retours d'expériences sur le Wiki, Forum ou la +liste de diffusion. +

+ +

Configuration minimum

+

+L'entrée par défaut nécessite au moins 160Mo de RAM. Deux autres sont +disponibles pour démarrer avec 24Mo ou plus : +

+

+ + +
+ + + + + + diff -r 53acdb49f525 -r 1fa6db906aa3 boot/images/locale.png Binary file boot/images/locale.png has changed diff -r 53acdb49f525 -r 1fa6db906aa3 boot/images/logo.png Binary file boot/images/logo.png has changed diff -r 53acdb49f525 -r 1fa6db906aa3 boot/images/network.png Binary file boot/images/network.png has changed diff -r 53acdb49f525 -r 1fa6db906aa3 boot/images/users.png Binary file boot/images/users.png has changed diff -r 53acdb49f525 -r 1fa6db906aa3 boot/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/boot/index.php Mon Mar 28 15:10:53 2011 +0200 @@ -0,0 +1,113 @@ + + + + SliTaz Web Boot + + + + + " /> + + + + + + + + + + +
+ + + +
+

Web Boot

+

+ Welcome to the SliTaz GNU/Linux + gPXE boot host; boot.slitaz.org allows you to boot SliTaz from the Web + using a cdrom, USB media or a floppy disk. The Linux Kernel and the + complete SliTaz compressed root filesystem will be loaded into RAM + from the Web using PXE and HTTP protocols. + Short guide... +

+
+ Quick Download: + slitaz-boot.iso +
+
+
+ + +
+ +

In your language

+ +

Français

+

+Bienvenue sur l'hôte de démarrage gPXE de +SliTaz GNU/Linux, boot.slitaz.org +vous permet de démarrer SliTaz depuis le réseau en utilisant un cdrom, +une clé USB ou une disquette de démarrage. Le noyau Linux et le système +de fichiers compressé contenant SliTaz seront chargés en RAM depuis +internet en utilisant les protocoles PXE et HTTP. +Guide rapide... +

+ +

Deutsch

+

+Willkommen am Start-Provider gPXE von +SliTaz GNU/Linux, +boot.slitaz.org ermöglicht Ihnen, SliTaz aus dem Netzwerk durch +einfache benützung einer CD-ROM, eines USB-Sticks oder gar einer +Start-Floppy, einzusetzen. Linux-Kernel und erforderliche komprimierte +Dateien werden dann in Ihr RAM aus dem Internet über das Protokol +PXE/HTTP geladen. Viel Freude damit! Short guide... +

+ + +
+ + + + + + diff -r 53acdb49f525 -r 1fa6db906aa3 boot/slitaz.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/boot/slitaz.css Mon Mar 28 15:10:53 2011 +0200 @@ -0,0 +1,282 @@ +/* + CSS style for SliTaz Network - (C) 2011 SliTaz GNU/Linux +*/ + +html { + min-height: 102%; +} + +body { + background: #ffffff; + color: black; + font: 13px sans-serif, vernada, arial; + margin: 0; + min-width: 900px; +} + +a { text-decoration: underline; color: #215090; } +a:hover { text-decoration: none; color: blue; } +img { border: 0pt none; vertical-align: middle; } +h2 { color: #444; } +h3 { color: #666; font-size: 140%; } +h4 { color: #888; font-size: 120%; } +pre { + background-color: #f8f8f8; + border: 1px solid #ddd; + padding: 10px; +} + +/* Header */ + +#header { + height: 40px; + background: #351a0a; +} + +#header h1 { + margin: 0; + padding: 8px 0 0 42px; + width: 250px; +} + +#header h1 a { + color: white; + text-decoration: none; + font-size: 20px; + font-style: italic; +} + +#header h1 a:hover, #network a:hover { + color: #d66018; +} + +/* Logo */ + +#logo { + background: url(images/logo.png) no-repeat left; + position: absolute; + float: left; + left: 0px; + top: 0px; + width: 40px; + height: 40px; +} + +/* SliTaz Network */ + +#network { + float: right; + padding: 10px 5px 0; + font-size: 12px; +} + +#network a { padding: 0 6px; } + +/* Block */ + +#block { + min-height: 200px; + background: #d66018; + padding: 26px 10% 0px; + text-align: center; + color: #333; + border-bottom: 1px solid #f5f5f5; +} + +#block_info { + text-align: justify; + width: 48%; + padding: 10px 10px 0 0; +} + +#block a, #network a { + color: #fff; + font-weight: bold; + text-decoration: none; +} + +#block h4 { + color: #351a0a; + margin: 0 0 6px; + font-weight: bold; + font-size: 110%; +} + +#block_info p { margin: 6px 0; padding: 0 12px 0 0; } +#block_info a { font-weight: normal; } +#block ul { list-style-type: square; } +#block a:hover { color: #351a0a; } + +/* Navigation */ + +#block_nav { + background: #cc5b17; + padding: 10px 10px 40px; + text-align: justify; + width: 48%; + float: right; +} + +#block_nav ul { + list-style-type: none; + margin: 6px 0; + padding: 0; +} + +#block_nav h4 img { + margin: 0 4px 0 0; + padding: 0; +} + +/* Languages */ + +#lang { + float: right; + padding: 6px; + font-size: 11px; +} + +#lang a { + text-decoration: none; + padding: 0 2px; +} + +#lang a:hover { + text-decoration: underline; +} + +/* Content */ + +#content { + padding: 30px 80px; + text-align: justify; +} + +#news li { + list-style-type: square; + border-bottom: 1px dotted #BEBEBE; + margin-left: -25px; + padding: 4px 0px 4px 0px; +} + +#news a, .feed-grid a { text-decoration: none; } +#news p a { text-decoration: underline; } +#news p a:hover { text-decoration: none; } +#twitter { margin: 20px 0; } +#gallery { text-align: center; } + +/* Classes */ + +.right_box { width: 48%; float: right; } +.left_box { width: 48%; float: left; } + +.box { + margin: 20px 60px; + padding: 12px; + background: #efefef; + border: 1px solid #ddd; +} + +.searchbox { + margin: 20px 80px; + padding: 12px; + background: #f8f8f8; + text-align: center; + border: 1px solid #ddd; +} + +.feed-grid { height: 180px; overflow: hidden; text-align: left; } +.feed-grid h3 { + margin: 15px 0 0; font-size: 16px; + padding: 0 22px; + background: url(images/feed.png) no-repeat left; } +.feed-grid span { font-size: 10px; color: #888; margin-left: 24px; } +.feed-grid ul { color: #666; } +.feed-grid a { color: #666; } +.feed-grid a:hover { color: blue; } + +/* Button */ + +.button a { + background-color: #b64b22; + color: #ffffff; + margin-right: 6px; + padding: 6px 10px; + font-size: 12px; + text-decoration: none; + font-weight: bold; +} +.button a:hover, input[type=submit]:hover { + background-color: #a3431f; + color: #ffffff; +} + +/* Round corner */ + +#block_nav, pre, .box, .searchbox, .button a, #twitter { + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; +} + +/* Transition */ + +.box { + -webkit-transition-property: background-color; + -webkit-transition-duration: 2s; + -moz-transition-property: background-color; + -moz-transition-duration: 2s; + transition-property: background-color; + transition-duration: 2s; +} + +/* Form */ + +input[type=submit] { + border: 1px solid #b64b22; + background-color: #b64b22; + color: white; + font-weight: bold; + cursor: pointer; + padding: 4px 10px; + font-size: 14px; + margin-left: -5px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + +input[type=submit]:hover { background-color: #a3431f; } + +input[type=text] { + border: 1px solid #333333; + padding: 4px; + height: 17px; + width: 100%; + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + +/* Footer */ + +#footer { + background: #f1f1f1; + text-align: center; + border-top: 1px solid #ddd; + padding: 40px; + color: #666; +} + +#footer a { color: #666; padding: 0 2px; } + +.year:after { + /* content: "2007-2011"; */ + content: "2011"; +} diff -r 53acdb49f525 -r 1fa6db906aa3 boot/web/favicon.ico Binary file boot/web/favicon.ico has changed diff -r 53acdb49f525 -r 1fa6db906aa3 boot/web/guide.html --- a/boot/web/guide.html Sat Mar 19 16:26:12 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,198 +0,0 @@ - - - - boot.slitaz.org - Boot SliTaz from the Web - - - - - - - - - - - - - - - - - - - -
- - -
- -
-

users.pngCommunity

- -

Quick Download

- - -
- -
-

Web Boot guide

-

- Learn how to easily boot SliTaz from the web. -

-

locale.pngGuide Language

-

- English | Français -

- -
- -
- - -

[en] Short guide

-

-To boot from the internet you'll need a working DHCP server, DNS server/cache -and a default internet route. This is usually the case if you have a router -for network connection. -

- - -

Boot time

-

-The boot time largely depends on your network connection. With a 1Mb -connection in France, it takes 5 min. If you want, you can report the -boot time on the Mailing list or the Forum. -

- -

Required configuration

-

-The default boot entry needs 160Mb RAM. Two entries are available to -boot with 24Mb: -

-

- - -

[fr] Guide rapide

-

-Pour démarrer depuis internet vous devez avoir une configuration réseau -fonctionnelle (Serveur DHCP, DNS/DNS cache, passerelle par défaut). -C'est généralement le cas si vous utiliser un routeur pour votre -connexion réseau. -

- - - -

Temps de démarrage

-

-Le temps de démarrage dépend de votre vitesse de connexion à internet -et des charges du serveur. En france avec un débit de 1Mo il faut 5 minutes. -Vous pouvez poster vos retours d'expériences sur le Wiki, Forum ou la -liste de diffusion. -

- -

Configuration minimum

-

-L'entrée par défaut nécessite au moins 160Mo de RAM. Deux autres sont -disponibles pour démarrer avec 24Mo ou plus : -

-

- - -
- - - - - - diff -r 53acdb49f525 -r 1fa6db906aa3 boot/web/index.php --- a/boot/web/index.php Sat Mar 19 16:26:12 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,119 +0,0 @@ - - - - SliTaz Web boot - - - - - - - " /> - - - - - - - - - - - - -
- - -
- -
-

users.pngCommunity

- -

Quick Download

- - -
- -
-

SliTaz Web boot

-

- Welcome to the SliTaz GNU/Linux - gPXE boot host; boot.slitaz.org allows you to boot SliTaz from the Web - using a cdrom, USB media or a floppy disk. The Linux Kernel and the - complete SliTaz compressed root filesystem will be loaded into RAM - from the Web using PXE and HTTP protocols. - Short guide... -

- -
- -
- -

In your language

- -

Français

-

-Bienvenue sur l'hôte de démarrage gPXE de -SliTaz GNU/Linux, boot.slitaz.org -vous permet de démarrer SliTaz depuis le réseau en utilisant un cdrom, -une clé USB ou une disquette de démarrage. Le noyau Linux et le système -de fichiers compressé contenant SliTaz seront chargés en RAM depuis -internet en utilisant les protocoles PXE et HTTP. -Guide rapide... -

- -

Deutsch

-

-Willkommen am Start-Provider gPXE von -SliTaz GNU/Linux, -boot.slitaz.org ermöglicht Ihnen, SliTaz aus dem Netzwerk durch -einfache benützung einer CD-ROM, eines USB-Sticks oder gar einer -Start-Floppy, einzusetzen. Linux-Kernel und erforderliche komprimierte -Dateien werden dann in Ihr RAM aus dem Internet über das Protokol -PXE/HTTP geladen. Viel Freude damit! Short guide... -

- - -
- - - - - - diff -r 53acdb49f525 -r 1fa6db906aa3 boot/web/slitaz.css --- a/boot/web/slitaz.css Sat Mar 19 16:26:12 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,442 +0,0 @@ -/* - CSS style for SliTaz Network - (c) 2011 SliTaz GNU/Linux -*/ - -html { - min-height: 102%; -} -body { - background: #ffffff; - color: black; - font: 13px sans-serif, vernada, arial; - margin: 0; - border-top: 34px solid #f1f1f1; -} -a { text-decoration: underline; color: #103a5e; } -a:hover { text-decoration: none; color: blue; } -img { border: 0pt none; } - -/* Accessibility */ - -#access { - position: absolute; - top: 4px; - right: 0px; - text-align: right; - width: auto; - margin: 0; - padding: 4px 4px 4px 20px; - font-size: 11px; - font-weight: bold; -} -#access a { - background: transparent; - color: #0F314E; - text-decoration: none; -} -#access a:hover { color: #b64b22; } -#access img { vertical-align: middle; } - -/* Header */ - -#header { - background: #351a0a url(pics/website/header-img.png) no-repeat top right; - color: black; - width: 100%; - height: 42px; - border-top: 1px solid black; - border-bottom: 1px solid #999; - margin-bottom: 33px; -} -#titre { - position: absolute; - font-size: 14px; - font-weight: bolder ; - left: 180px; - top: 4px; -} -#logo { - position: absolute; - float: left; - left: 16px; - top: -10px; - width: 200px; - height: 74px; -} - -/* Side bar */ - -#nav { - position: absolute; - top: 102px; - right: 80px; - color: #555555; - float: right; - width: 250px; - line-height: 1.5em; - text-align: left; - font-size: 12px; -} -#nav h4 { - font-size: 120%; - color: #666666; - font-weight: bold; - margin: 0; - padding: 0 0 1px 0; - border-bottom: 1px solid #cecece; -} -#nav a { - color: #0F314E; - background: inherit; - display: block; - text-decoration: none; - font-weight: bold; -} -#nav a:hover { - color: #b64b22; - text-decoration: none; - display: block; -} -#nav .nav_box ul { - list-style-type: none; - margin: 0; - padding: 10px 24px 10px 0px; - background-color: inherit; -} -#nav li { display: inline; } -#nav ul { - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - border-radius: 8px; - list-style-type: none; - margin: 10px 0; - padding: 10px 24px 10px 24px; - background-color: #eaeaea; -} -.nav_box { - margin: 10px 0; - padding: 10px 24px 10px 24px; - background-color: #eaeaea; - text-align: justify; -} -#nav .nav_box p { line-height: 1.3em; } -#nav .nav_box p a { - display: inline; - font-weight: normal; - text-decoration: underline; -} -#nav .nav_box p a:hover { - text-decoration: none; - color: blue; - background: inherit; -} - -/* Page content */ - -#content, #content-full { - background: white; - color: black; - text-align: justify; - height: auto; -} -#content, #content-full { - margin: 6px 320px 0px 0px; - padding: 0px 40px 60px 80px; -} -#content-full { - margin: 0; - padding: 0px 80px 40px 80px; -} -#content li, #content-full li { - line-height: 1.5em; - text-align: left; -} -#news li { - list-style-type: square; - border-bottom: 1px dotted #BEBEBE; - margin-left: -25px; - padding: 4px 0px 4px 0px; -} -#news a { text-decoration: none; } - -/* Box and block. */ - -.infobox { - margin: 20px 60px; - padding: 12px; - background: #f8f8f8; -} -.infobox img { vertical-align: middle; } -.infobox:hover { background-color: #FBFBFB; } -.block { - /*padding-bottom: 35%;*/ - color: black; - min-height: 200px; - margin-bottom: 40px; -} -.block ul { - list-style-type: none; - margin: 0; - padding: 0 20px; -} -.block_left { - width: 46%; - float: left; - background-color: #eaeaea; - margin: 4px 2px; - padding: 0 10px 10px 10px; -} -.block_right { - width: 46%; - float: right; - background-color: #eaeaea; - margin: 4px 2px; - padding: 0 10px 10px 10px; -} -#block_top { - color: black; - background-color: #eaeaea; - min-height: 180px; - margin-bottom: 40px; - margin-right: 340px; - padding: 0 10px; -} -#block_nav { - width: 300px; - min-height: 180px; - float: right; - background-color: #eaeaea; - margin: 0; - padding: 0 10px; -} -.nav_box, .infobox, .block_left, .block_right, #block_top, -#block_nav, #footer { - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - border-radius: 8px; - -moz-box-shadow: 0 1px 3px #666; - -webkit-box-shadow: 0 1px 3px #666; - box-shadow: 0 1px 3px #666; - /* CSS3 transition */ - -webkit-transition-property: background-color; - -webkit-transition-duration: 2s; - -moz-transition-property: background-color; - -moz-transition-duration: 2s; - transition-property: background-color; - transition-duration: 2s; -} -#block_nav { font-weight: bold; } -#block_nav a { text-decoration: none; } -#block_nav li a:hover { color: #b64b22; } -#block_nav ul { margin: 0; list-style-type: none; } -#block_nav h3 { font-size: 110%; } -.nav_box:hover, .block_left:hover, .block_right:hover, -#block_top:hover, #block_nav:hover, #footer:hover { - background-color: #f8f8f8; -} -.right_box { width: 50%; float: right; } -.left_box { width: 50%; float: left; } - -/* Button */ -.button { margin-left: 20px; } -.button a { - background-color: #b64b22; - color: #ffffff; - margin-right: 6px; - padding: 6px 10px; - font-size: 14px; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; - -moz-box-shadow: 0 1px 3px #666; - -webkit-box-shadow: 0 1px 3px #666; - box-shadow: 0 1px 3px #666; -} -.button a:hover, input[type=submit]:hover { - background-color: #a3431f; - color: #ffffff; -} -input[type=submit] { - border: 1px solid #b64b22; - background-color: #b64b22; - color: white; - font-weight: bold; - cursor: pointer; - padding: 3px 10px; - font-size: 14px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - -moz-box-shadow: 0 0 5px #666; - -webkit-box-shadow: 0 0 5px#666; - box-shadow: 0 0 5px #666; - margin-left: -5px; -} -input[type=text] { - border: 1px solid #333333; - padding: 3px; - width: 100%; -} - -/* Text transform at 45deg */ -.floor { - color: #999999; - font-size: 20px; - -webkit-transform: rotate(-45deg) skew(15deg, 15deg); - -moz-transform: rotate(-45deg) skew(15deg, 15deg); - -o-transform: rotate(-45deg) skew(15deg, 15deg); - -ms-transform: rotate(-45deg) skew(15deg, 15deg); - transform: rotate(-45deg) skew(15deg, 15deg); -} -#twitter, .feedbox { - margin-top: 20px; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - border-radius: 8px; - -moz-box-shadow: 0 1px 3px #666; - -webkit-box-shadow: 0 1px 3px #666; - box-shadow: 0 1px 3px #666; -} -.feedbox { - background-color: #f9f9f9; - padding: 10px 20px; - margin: 20px 100px; -} -.feedbox div { - height: 320px; - overflow: auto; -} -.feedbox ul { list-style-type: none; margin: 0; } - -/* Clouds */ -#cloud { - padding: 10px 0px; - line-height: 3em; - text-align: center; -} -#cloud a { padding: 0 2px; color: #444444; } -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; } -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; } -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; } -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; } -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; } -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; } -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; } -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; } -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; } -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; } - -/* Slideshow and gallery */ -#slideshow -{ - overflow: hidden; - margin: 10px auto 10px; - position: relative; - width: 260px; - height: 163px; -} -#slideshow img -{ - border: 0; - width: 260px; - height: 163px; -} -#gallery { text-align: center; } - -/* HTML styles */ - -h1 { - color: #444444; - background: transparent; - text-align: left; - margin: 0px 0px 4px 0px; - font-size: 150%; - font-weight: bold; - padding: 5px 0 0 10px; -} -h2 { - color: #b64b22; - padding: 0; - margin: 20px 0 0 0; - font-size: 130%; - font-weight: bold; -} -h3 { - font-weight: bold; - color: #666666; - background: transparent; -} -h3 img, h2 img { - vertical-align: middle; - width: 20px; - height: 20px; - padding-right: 4px; -} -code, tt { - font-size: 12px; - color: #669900; -} -pre, pre.script { - padding: 10px; - color: black; - background: #E8E8E8; - border: 1px inset #606060; -} - -/* Packages pages */ - -.pkg_nav { - border-top: 1px solid black; - margin-top: 10px; - padding-top: 10px; -} -pre.package { - padding: 0px; - color: black; - background: white; -} -p.get { - text-align: center; - padding: 10px; - color: black; - background: #F3F3F3; - border: 1px solid #DEDEDE; - border-radius: 4px; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; -} -p.get a { - font-weight: bold; - text-decoration: none; -} -.pkgs-search { - text-align: center; - padding: 40px 20px 80px 20px; -} - -/* Footer */ - -#footer { - margin: 0px 80px 80px 80px; - padding: 10px; - background: #eaeaea; - color: #666666; - height: 180px; - clear: both; - border-radius: 8px; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - -moz-box-shadow: 0 1px 3px #666; - -webkit-box-shadow: 0 1px 3px #666; - box-shadow: 0 1px 3px #666; -} -#footer a { color: #666666; } -#footer a:hover { color: #333333; } -#footer ul { list-style-type: none; } -#footer li { padding: 2px; } -#footer h4 { margin: 0 20px; font-size: 125%; } - -.year:after { - /* content: "2007-2011"; */ - content: "2011"; -} diff -r 53acdb49f525 -r 1fa6db906aa3 people/index.php --- a/people/index.php Sat Mar 19 16:26:12 2011 +0100 +++ b/people/index.php Mon Mar 28 15:10:53 2011 +0200 @@ -6,28 +6,15 @@ - " /> - - - - -
+