URI: 
       tReduced font size - monochromatic - monochromatic blog: http://blog.z3bra.org
  HTML git clone git://z3bra.org/monochromatic
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 850ce82d4a6aa6c71d8f9e04d8cf841eeddfa9aa
   DIR parent f9ccbd53e202241bdcfb246cc98f6eeb51a41c65
  HTML Author: Willy Goiffon <w.goiffon@gmail.com>
       Date:   Thu, 19 Sep 2013 12:30:05 +0200
       
       Reduced font size
       
       Diffstat:
         M css/monochrome.css                  |      10 ++++++----
       
       1 file changed, 6 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/css/monochrome.css b/css/monochrome.css
       t@@ -34,6 +34,7 @@ body {
            padding: 0;
            margin: 0;
            font-family: archivo, sans-serif;
       +    font-size: 90%;
        }
        
        #wrapper {
       t@@ -89,22 +90,22 @@ h2 {
            color: #666;
            display: inline;
            font-weight: normal;
       -    font-size: 120%;
       +    font-size: 100%;
        }
        
        header h1 {
       -    font-size: 300%;
       +    font-size: 200%;
            font-style: italic;
            margin-right: 8px;
        }
        
        section h1 {
       -    font-size: 200%;
       +    font-size: 150%;
        }
        
        section h3 {
            display: block;
       -    font-size:150%;
       +    font-size:120%;
        }
        
        /* }}} */
       t@@ -167,6 +168,7 @@ pre {
            color: inherit;
            background-color: #111;
            font:inherit;
       +    font-size:60%;
            padding: 10px;
            border-radius: 10px;
            margin-top: 4px;