tCorrected a few errors in the CSS file - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 48031c46089a17363b148ee7738cd76bf5870053
 (DIR) parent aa4d1a4f5444e1fd3dcb448b8dc259526a3de8c4
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Mon, 27 Oct 2014 09:46:43 +0100
       
       Corrected a few errors in the CSS file
       
       Diffstat:
         M css/monochrome.css                  |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/css/monochrome.css b/css/monochrome.css
       t@@ -38,7 +38,7 @@
        
        /* Main blocks style {{{ */
        body {
       -    //background: #222 url(/css/img/pattern.jpg) repeat left top;
       +    /* background: #222 url(/css/img/pattern.jpg) repeat left top; */
            background: #222;
            color: #aaa;
            padding: 0;
       t@@ -52,7 +52,7 @@ body {
            padding: 10px;
            margin:auto;
            margin-top: 28px;
       -    //background-color: rgba(32, 32, 32, 0.4);
       +    /* background-color: rgba(32, 32, 32, 0.4); */
            border-radius: 16px;
        }
        
       t@@ -247,7 +247,7 @@ blockquote {
        
        .center { text-align: center; }
        
       -strike { text-decoration: line-tcf1; }
       +strike { text-decoration: line-through; }
        
        .smiley {
            font-style: normal;