tReworked title sizes - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit f9ccbd53e202241bdcfb246cc98f6eeb51a41c65
 (DIR) parent e49a0baa1790cc707d6b13105022d9718c0b831f
 (HTM) Author: Willy Goiffon <w.goiffon@gmail.com>
       Date:   Wed, 11 Sep 2013 15:51:46 +0200
       
       Reworked title sizes
       
       Diffstat:
         M css/monochrome.css                  |      17 +++++------------
       
       1 file changed, 5 insertions(+), 12 deletions(-)
       ---
 (DIR) diff --git a/css/monochrome.css b/css/monochrome.css
       t@@ -58,7 +58,7 @@ header {
        }
        
        footer {
       -    font-size:60%;
       +    font-size:70%;
            text-align: center;
            margin: auto;
            width: 70%;
       t@@ -89,29 +89,22 @@ h2 {
            color: #666;
            display: inline;
            font-weight: normal;
       +    font-size: 120%;
        }
        
        header h1 {
       -    font-size: 2.0em;
       +    font-size: 300%;
            font-style: italic;
            margin-right: 8px;
        }
        
       -header h2 {
       -    font-size: 1.2em;
       -}
       -
        section h1 {
       -    font-size: 1.5em;
       -}
       -
       -section h2 {
       -    font-size: 1.0em;
       +    font-size: 200%;
        }
        
        section h3 {
            display: block;
       -    font-size:1.5em;
       +    font-size:150%;
        }
        
        /* }}} */