URI: 
       tChanged background a bit (image) - monochromatic - monochromatic blog: http://blog.z3bra.org
  HTML git clone git://z3bra.org/monochromatic
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 228054e90a95f8a2a4a18e9c91fb78cc905b7569
   DIR parent eeb2e6bb310f99ebcc44064f1cc74db855bde816
  HTML Author: z3bra <willy@mailoo.org>
       Date:   Tue, 19 Aug 2014 09:35:57 +0200
       
       Changed background a bit (image)
       
       Diffstat:
         A css/img/pattern.jpg                 |       0 
         M css/monochrome.css                  |      14 +++++++++++++-
       
       2 files changed, 13 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/css/img/pattern.jpg b/css/img/pattern.jpg
       Binary files differ.
   DIR diff --git a/css/monochrome.css b/css/monochrome.css
       t@@ -37,7 +37,7 @@
        
        /* Main blocks style {{{ */
        body {
       -    background-color: #fff;
       +    background: #fff url(/css/img/pattern.jpg) repeat left top;
            color: #666;
            padding: 0;
            margin: 0;
       t@@ -50,6 +50,8 @@ body {
            padding: 10px;
            margin:auto;
            margin-top: 28px;
       +    background-color: rgba(255, 255, 255, 0.8);
       +    border-radius: 16px;
        }
        
        hr {
       t@@ -188,7 +190,17 @@ th {
        
        /* Coding style (<code>) {{{ */
        code {
       +
       +    background-color: #eee;
       +    color: inherit;
       +    padding: 2px;
       +}
       +
       +pre code {
            color: inherit;
       +    background-color: inherit;
       +    padding: 0;
       +    border-radius: 2px;
        }
        
        pre {