From: Guillaume Pellerin Date: Tue, 6 Mar 2012 08:26:27 +0000 (+0100) Subject: fix font X-Git-Tag: 0.9~83 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=23ca0468a5c7a330518ef0bd89117ab2646e92d2;p=telecaster-client.git fix font --- diff --git a/telecaster/htdocs/css/telecaster.css b/telecaster/htdocs/css/telecaster.css index a337d9e..666cf28 100644 --- a/telecaster/htdocs/css/telecaster.css +++ b/telecaster/htdocs/css/telecaster.css @@ -32,10 +32,9 @@ div.main { display: block; background-color: transparent; color: #000033; - padding: 1em; + padding: 1em; position: relative; font: 1em/1em Verdana, sans-serif; - font-weight: bold; } @@ -96,6 +95,10 @@ table.form { border-spacing: 8px; } +table.form label{ + font-weight: bold; +} + table.form select,input,textarea { font: 0.9em Verdana, sans-serif; }