website diff slitaz.css @ rev 1299

Add Blog to top menu - fix rss feeds and dl in website/cache
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 25 00:32:07 2017 +0100 (2017-03-25)
parents f89b3d0e4b11
children 3f9491492ae2
line diff
     1.1 --- a/slitaz.css	Fri Mar 24 23:15:18 2017 +0100
     1.2 +++ b/slitaz.css	Sat Mar 25 00:32:07 2017 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  a { text-decoration: underline; color: #215090; }
     1.5  a:hover { text-decoration: none; }
     1.6  img { border: 0pt none; vertical-align: middle; }
     1.7 -h2 { color: #444; font-size: 180%; }
     1.8 +h2 { color: #444; }
     1.9  h3 { color: #666; font-size: 140%; }
    1.10  h4 { color: #888; font-size: 120%; }
    1.11  h2, h3 { border-bottom: 1px dashed #afafaf; padding-bottom: 5px; }
    1.12 @@ -158,7 +158,6 @@
    1.13   * */
    1.14  
    1.15  nav {
    1.16 -	font-size: 96%;
    1.17  	min-height: 100px;
    1.18  	background: #ddd; 
    1.19  	padding: 56px 6% 0;
    1.20 @@ -183,7 +182,7 @@
    1.21  	-webkit-transition: background-color 0.6s;
    1.22  	transition: background-color 0.5s;
    1.23  }
    1.24 -nav p { padding: 8px; color: #333; font-size: 92%; }
    1.25 +nav p { padding: 8px; color: #333; font-size: 90%; }
    1.26  
    1.27  .nav1 { background-color: #333; }
    1.28  .nav1:hover { background-color: #128da9; }