tazbug diff web/style.css @ rev 160

bugs.cgi: filter '*' too
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 28 10:25:47 2019 +0100 (2019-11-28)
parents f07cd117feed
children
line diff
     1.1 --- a/web/style.css	Wed Feb 22 14:59:49 2017 +0100
     1.2 +++ b/web/style.css	Thu Nov 28 10:25:47 2019 +0100
     1.3 @@ -4,7 +4,8 @@
     1.4  body { font: 13px sans-serif, vernada, arial; margin: 0; }
     1.5  h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
     1.6  h1 a { color: #fff; text-decoration: none; }
     1.7 -h2 { color: #444; } h3 { color: #666; font-size: 140%; }
     1.8 +h2 { color: #444; } h3 { font-size: 140%; }
     1.9 +h3, h4 { color: #666; }
    1.10  a { text-decoration: none; color: #215090; }
    1.11  a:hover { text-decoration: underline; }
    1.12  img { border: 0pt none; vertical-align: middle; }