URI:
       telegance 2.0 - blck - ephemeral pastebin/url shortener
  HTML git clone https://git.parazyd.org/blck
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 5067470361bfa6f1bfdd652f0223929e5f2f075f
   DIR parent 4943c447132c4b60fa3145a6c361979ad0c2b5b7
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 20 Mar 2017 04:16:43 +0100
       
       elegance 2.0
       
       Diffstat:
         M README.md                           |       2 +-
         R static/quattro.woff -> static/cops… |       0 
         M static/style.css                    |      22 +++++-----------------
       
       3 files changed, 6 insertions(+), 18 deletions(-)
       ---
   DIR diff --git a/README.md b/README.md
       t@@ -8,7 +8,7 @@ installation
        ------------
        
        get `python-flask` and execute `blck.py`. by default it starts on
       -localhost:5000, but you can configure it at the bottom of the script.
       +`localhost:5000`, but you can configure it at the bottom of the script.
        
        
        usage
   DIR diff --git a/static/quattro.woff b/static/copse.woff
       Binary files differ.
   DIR diff --git a/static/style.css b/static/style.css
       t@@ -1,29 +1,17 @@
       -@font-face { font-family: copse; src: url('quattro.woff'); }
       +@font-face { font-family: copse; src: url('copse.woff'); }
        
        body {
                background: #f4f5e7 url('bg.png') no-repeat top right !important;
                color: #222;
                font-family: copse, sans-serif;
       -        -webkit-font-smoothing: antialiased;
                padding: 5%;
        }
        
       -.container {
       -        font-size: 300%;
       -}
       -
       -.inputbox , .button {
       -        font-size: 70%;
       -}
       +.container { font-size: 300%; }
       +.inputbox , .button { font-size: 70%; }
        
       -a, a:visited, a:active {
       -        color: #179c3f;
       -        text-decoration: none;
       -}
       -
       -a:hover {
       -        text-decoration: underline;
       -}
       +a, a:visited, a:active { color: #179c3f; text-decoration: none; }
       +a:hover { text-decoration: underline; }
        
        footer {
                clear: both;