From: Dobrica Pavlinusic Date: Fri, 24 Apr 2009 16:58:10 +0000 (+0000) Subject: r1805@llin: dpavlin | 2009-04-24 18:53:58 +0200 X-Git-Url: http://git.rot13.org/?p=webpac2;a=commitdiff_plain;h=921bd55767ebaab2d2c45e55320a166c0b5ee875 r1805@llin: dpavlin | 2009-04-24 18:53:58 +0200 cleanup h1 and h2 git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1150 07558da8-63fa-0310-ba24-9fe276d99e06 --- diff --git a/vhost/style.css b/vhost/style.css index ee2fb82..dacb270 100644 --- a/vhost/style.css +++ b/vhost/style.css @@ -6,10 +6,18 @@ body { } h1 { + margin: 0; font-size: 150%; color: #008; } +h2 { + margin: 0; + font-size: 120%; + color: #008; + padding-top: 1em; +} + #description { font-size: 80%; } @@ -32,11 +40,6 @@ form #inputs { clear: left; } -form #inputs h2 { - margin: 0; - padding-top: 1em; -} - #results { clear: left; float: left;