slitaz-forge diff slitaz.me/style.css @ rev 712

Prevent sending the Referer header
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 20 08:44:15 2020 +0000 (2020-08-20)
parents 0e35b23a3069
children
line diff
     1.1 --- a/slitaz.me/style.css	Thu Mar 16 19:25:53 2017 +0100
     1.2 +++ b/slitaz.me/style.css	Thu Aug 20 08:44:15 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  /* CSS style for SliTaz.me */
     1.5  
     1.6  html { min-height: 102%; }
     1.7 -body { font: 13px sans-serif, vernada, arial; margin: 0; }
     1.8 +body { font-size: 90%; margin: 0; }
     1.9  h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
    1.10  h1 a { color: #fff; text-decoration: none; }
    1.11  h2 { color: #444; } h3 { color: #666; font-size: 140%; }