]> git.parisson.com Git - telecaster-client.git/commitdiff
fix font
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 6 Mar 2012 08:26:27 +0000 (09:26 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 6 Mar 2012 08:26:27 +0000 (09:26 +0100)
telecaster/htdocs/css/telecaster.css

index a337d9e695238514d25b2f87e2a3676649cd53c2..666cf28f56b8bff96648f037ccf3607f92e85f7e 100644 (file)
@@ -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;
 }