From 80b6c781ec5671b43a59709a71b8c22687624507 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 6 Aug 2008 14:22:22 +0200 Subject: [PATCH] valid css (all should be both) --- webroot/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.52.0