tazbug diff web/style.css @ rev 135

Store bug in bug/open and bug/closed (not yet ready for tank still some plugins adjust)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 21 21:11:27 2017 +0100 (2017-02-21)
parents 039c90c60494
children f07cd117feed
line diff
     1.1 --- a/web/style.css	Tue Feb 21 00:51:31 2017 +0100
     1.2 +++ b/web/style.css	Tue Feb 21 21:11:27 2017 +0100
     1.3 @@ -5,8 +5,8 @@
     1.4  h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
     1.5  h1 a { color: #fff; text-decoration: none; }
     1.6  h2 { color: #444; } h3 { color: #666; font-size: 140%; }
     1.7 -a { text-decoration: underline; color: #215090; }
     1.8 -a:hover { text-decoration: none; }
     1.9 +a { text-decoration: none; color: #215090; }
    1.10 +a:hover { text-decoration: underline; }
    1.11  img { border: 0pt none; vertical-align: middle; }
    1.12  pre {
    1.13  	overflow: auto;