URI: 
       tfixed link to the homepage in the header (style) - monochromatic - monochromatic blog: http://blog.z3bra.org
  HTML git clone git://z3bra.org/monochromatic
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 9631329043a5e97862b100e1dc50f08ba27607e7
   DIR parent 8125e37d21b2d0786517469ab3b794787d4702a1
  HTML Author: Willy Goiffon <w.goiffon@gmail.com>
       Date:   Fri,  9 Aug 2013 19:38:06 +0200
       
       fixed link to the homepage in the header (style)
       
       Diffstat:
         M 2013/08/test-your-css.html          |       2 +-
         M 2013/08/the-hard-way.html           |       2 +-
         M about.html                          |       2 +-
         M css/monochrome.css                  |      10 ++++++++++
         M head.template                       |       2 +-
         M index.html                          |       2 +-
       
       6 files changed, 15 insertions(+), 5 deletions(-)
       ---
   DIR diff --git a/2013/08/test-your-css.html b/2013/08/test-your-css.html
       t@@ -8,7 +8,7 @@
          </head>
          <body>
            <header>
       -        <a href='/'><h1>Monochromatic</h1></a> <h2>&mdash; <a href='/about.html'>z3bra</a>, the stripes appart</h2>
       +        <h1><a href='/'>Monochromatic</a></h1> <h2>&mdash; <a href='/about.html'>z3bra</a>, the stripes appart</h2>
            </header>
            <div id='wrapper'>
              <section>
   DIR diff --git a/2013/08/the-hard-way.html b/2013/08/the-hard-way.html
       t@@ -8,7 +8,7 @@
          </head>
          <body>
            <header>
       -        <a href='/'><h1>Monochromatic</h1></a> <h2>&mdash; <a href='/about.html'>z3bra</a>, the stripes appart</h2>
       +        <h1><a href='/'>Monochromatic</a></h1> <h2>&mdash; <a href='/about.html'>z3bra</a>, the stripes appart</h2>
            </header>
            <div id='wrapper'>
              <section>
   DIR diff --git a/about.html b/about.html
       t@@ -8,7 +8,7 @@
          </head>
          <body>
            <header>
       -        <a href='/'><h1>Monochromatic</h1></a> <h2>&mdash; <a href='/about.html'>z3bra</a>, the stripes appart</h2>
       +        <h1><a href='/'>Monochromatic</a></h1> <h2>&mdash; <a href='/about.html'>z3bra</a>, the stripes appart</h2>
            </header>
            <div id='wrapper'>
              <section>
   DIR diff --git a/css/monochrome.css b/css/monochrome.css
       t@@ -94,6 +94,7 @@ h2 {
        header h1 {
            font-size: 2.0em;
            font-style: italic;
       +    margin-right: 8px;
        }
        
        header h2 {
       t@@ -130,6 +131,15 @@ a:visited {
            text-decoration: line-through;
            text-shadow: 0px 0px 0px #222;
        }
       +
       +header h1 a {
       +    color: inherit;
       +}
       +
       +header h1 a:hover {
       +    text-decoration: none;
       +    text-shadow: 0px 0px 2px #fff;
       +}
        /* }}} */
        
        /* Tables {{{ */
   DIR diff --git a/head.template b/head.template
       t@@ -8,5 +8,5 @@
          </head>
          <body>
            <header>
       -        <a href='/'><h1>Monochromatic</h1></a> <h2>&mdash; <a href='/about.html'>z3bra</a>, the stripes appart</h2>
       +        <h1><a href='/'>Monochromatic</a></h1> <h2>&mdash; <a href='/about.html'>z3bra</a>, the stripes appart</h2>
            </header>
   DIR diff --git a/index.html b/index.html
       t@@ -8,7 +8,7 @@
          </head>
          <body>
            <header>
       -        <a href='/'><h1>Monochromatic</h1></a> <h2>&mdash; <a href='/about.html'>z3bra</a>, the stripes appart</h2>
       +        <h1><a href='/'>Monochromatic</a></h1> <h2>&mdash; <a href='/about.html'>z3bra</a>, the stripes appart</h2>
            </header>
            <div id='wrapper'>
              <!-- {{{