# HG changeset patch # User Christophe Lincoln # Date 1389782579 -3600 # Node ID 426bdf0cff84c06927a918324a0eed5fc8d80c1d # Parent 107168552d9ff19b0c94cd06b45a559bc87be227 hg style: continue the update to new colors diff -r 107168552d9f -r 426bdf0cff84 slitaz-mercurial-style/templates/static/style-slitaz.css --- a/slitaz-mercurial-style/templates/static/style-slitaz.css Wed Jan 15 11:38:23 2014 +0100 +++ b/slitaz-mercurial-style/templates/static/style-slitaz.css Wed Jan 15 11:42:59 2014 +0100 @@ -75,12 +75,12 @@ /* Block */ #block { - min-height: 150px; + min-height: 148px; background: #ccc; padding: 20px 10% 0px; text-align: center; color: #222; - border-bottom: 1px solid #f5f5f5; + border-bottom: 1px solid #afafaf; } #block_info { @@ -89,14 +89,14 @@ padding: 10px 10px 0 0; } -#network a { +#network a, #block_nav a { color: #fff; font-weight: bold; text-decoration: none; } #block h4 { - color: #351a0a; + color: #111; margin: 0 0 6px; font-weight: bold; font-size: 110%; @@ -110,8 +110,8 @@ /* Navigation */ #block_nav { - background: #cc5b17; - padding: 10px 10px 15px; + background: #666; + padding: 10px; text-align: justify; width: 48%; float: right;