From: unknown Date: Wed, 6 Aug 2008 12:22:22 +0000 (+0200) Subject: valid css (all should be both) X-Git-Url: https://git.jkkn.net/?a=commitdiff_plain;h=80b6c781ec5671b43a59709a71b8c22687624507;p=tv2developer valid css (all should be both) --- diff --git a/webroot/index.html b/webroot/index.html index 9e92d24..7985211 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -6,7 +6,7 @@ body { background-color: white; font: 12px verdana; color: black; } h1 { font-size: 16px; } h2 { font-size: 12px; } - h3 { font-size: 12px; clear: all; } + h3 { font-size: 12px; clear: both; } div.box { width: 800px; border: 1px solid black; padding: 10px; margin: 0 auto; } img.logo { float: left; margin-right: 10px; } div.center { width: 100%; text-align: center; }