From 921bd55767ebaab2d2c45e55320a166c0b5ee875 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Fri, 24 Apr 2009 16:58:10 +0000 Subject: [PATCH] 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 --- vhost/style.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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; -- 2.20.1