tReworked CSS for redeability sakes - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 57d101fadf8a652aae43fd18e00366150b69ea14
 (DIR) parent e97682c9297ea260383bbd7ff56a7496d10ea4d2
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Sat, 22 Nov 2014 00:56:14 +0100
       
       Reworked CSS for redeability sakes
       
       Diffstat:
         M 2014/11/avoid-workspaces.txt        |       4 ++--
         M css/monochrome.css                  |       7 +++----
       
       2 files changed, 5 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/2014/11/avoid-workspaces.txt b/2014/11/avoid-workspaces.txt
       t@@ -137,8 +137,8 @@ until I decide to release v0.1. Happy testing !
        
        Also, as per tradition, here is a video of it running.
        
       -<video controls src="/vid/2014-11-18-groups.mp4">
       -there should be a video here..
       +<video controls>
       +    <source src="/vid/2014-11-18-groups.mp4" type="video/mp4">
        </video>
        
        video: [mp4](/vid/2014-11-18-groups.mp4)
 (DIR) diff --git a/css/monochrome.css b/css/monochrome.css
       t@@ -23,7 +23,6 @@ body {
        }
        
        footer {
       -    font-size:90%;
            text-align: center;
            margin: auto;
            width: 70%;
       t@@ -39,7 +38,7 @@ footer {
        /* }}} */
        
        /* Titles and headers {{{ */
       -h1, h2, h3, h4, h5, h6 {
       +h1, h3 {
            font-family: archivo, sans-serif;
        }
        
       t@@ -48,8 +47,9 @@ h1, h2 {
        }
        
        h2 {
       +    font-weight: normal;
            color: #666;
       -    font-size: 80%;
       +    font-size: 100%;
        }
        /* }}} */
        
       t@@ -134,7 +134,6 @@ video { width: 100%; }
        .caption {
            display: block;
            font-style: italic;
       -    font-size: 80%;
            margin: auto;
            text-align: center;
        }