# HG changeset patch # User Christophe Lincoln # Date 1489883390 -3600 # Node ID 05f93a92659761cb24158aa9763474e40950dfa2 # Parent 6f8ee67f014dd69684c1d9295a6641f341966f68 play.slitaz.me: use header diff -r 6f8ee67f014d -r 05f93a926597 play.slitaz.me/index.html --- a/play.slitaz.me/index.html Sat Mar 18 23:23:59 2017 +0100 +++ b/play.slitaz.me/index.html Sun Mar 19 01:29:50 2017 +0100 @@ -9,13 +9,13 @@ - +
diff -r 6f8ee67f014d -r 05f93a926597 play.slitaz.me/style.css --- a/play.slitaz.me/style.css Sat Mar 18 23:23:59 2017 +0100 +++ b/play.slitaz.me/style.css Sun Mar 19 01:29:50 2017 +0100 @@ -20,26 +20,26 @@ /* Header */ -#header { +header { background: #222; height: 40px; border-bottom: 4px solid #682368; } -#header h1 { +header h1 { margin: 0; padding: 8px 0 0 42px; width: 250px; } -#header h1 a { +header h1 a { color: white; text-decoration: none; font-size: 20px; font-style: italic; } -#header h1 a:hover { +header h1 a:hover { color: #afafaf; }