From: yomguy Date: Mon, 8 Feb 2010 10:43:22 +0000 (+0000) Subject: new version, fix css X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=37aa4732121c439e264db27826c61918fbbc3456;p=telecaster-cgi.git new version, fix css --- diff --git a/css/telecaster.css b/css/telecaster.css index e96d7bd..9676100 100644 --- a/css/telecaster.css +++ b/css/telecaster.css @@ -37,7 +37,7 @@ div.tools { background-color: #030250; border: 1px solid #FFFFFF; padding:0.5em; margin: 1.5em 0em 0em 0em; - height: 35px; + height: 32px; } div.colophon { background-color: transparent; diff --git a/telecaster.py b/telecaster.py index f5ccdb1..fd91902 100755 --- a/telecaster.py +++ b/telecaster.py @@ -21,7 +21,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. """ -version = '0.3.6' +version = '0.3.7' # Only for Unix and Linux systems import os