# HG changeset patch # User Christophe Lincoln # Date 1489699262 -3600 # Node ID 4f02c4f0eea5748c6f17d4876263c357236b0a95 # Parent bd8dbd3cc49fc51bf38a642c6b9975af45967117 Up slitaz.me and bigger font diff -r bd8dbd3cc49f -r 4f02c4f0eea5 play.slitaz.me/style.css --- a/play.slitaz.me/style.css Thu Mar 16 20:15:04 2017 +0000 +++ b/play.slitaz.me/style.css Thu Mar 16 22:21:02 2017 +0100 @@ -8,6 +8,10 @@ a { text-decoration: underline; color: #215090; } a:hover { text-decoration: none; } img { border: 0pt none; vertical-align: middle; } +pre { + overflow: auto; + font-size: 110%; +} /* Header */ diff -r bd8dbd3cc49f -r 4f02c4f0eea5 slitaz.me/index.html --- a/slitaz.me/index.html Thu Mar 16 20:15:04 2017 +0000 +++ b/slitaz.me/index.html Thu Mar 16 22:21:02 2017 +0100 @@ -12,9 +12,9 @@ @@ -23,10 +23,14 @@

-The slitaz.me domain is used for personalized user services such as -the SliTaz online builder: pizza.slitaz.me +The slitaz.me domain is used for personalized user and contributors services:

+ +
diff -r bd8dbd3cc49f -r 4f02c4f0eea5 slitaz.me/style.css --- a/slitaz.me/style.css Thu Mar 16 20:15:04 2017 +0000 +++ b/slitaz.me/style.css Thu Mar 16 22:21:02 2017 +0100 @@ -1,7 +1,7 @@ /* CSS style for SliTaz.me */ html { min-height: 102%; } -body { font: 13px sans-serif, vernada, arial; margin: 0; } +body { font-size: 90%; margin: 0; } h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; } h1 a { color: #fff; text-decoration: none; } h2 { color: #444; } h3 { color: #666; font-size: 140%; }