From 0bc070b1d58b0d6880b5357895217dba6b052601 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 5 Oct 2011 22:37:19 -0700 Subject: add some html5 --- css/standard.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'css') diff --git a/css/standard.css b/css/standard.css index ab284df..b6d1446 100644 --- a/css/standard.css +++ b/css/standard.css @@ -42,7 +42,7 @@ body { background-color: #ddd; } /* the header, footer, etc */ -.header { +header { background-color: #fff; text-align: center; height: 4em; @@ -66,7 +66,7 @@ body { background-color: #ddd; } min-height: 40em; } -.footer { +footer { background-color: #fff; margin-left: 3em; margin-right: 3em; @@ -75,8 +75,8 @@ body { background-color: #ddd; } clear:both; height: 8em; } -.footer .right { float:right; font-size:smaller;} -.footer .left { float:left; font-size:smaller; } +footer .right { float:right; font-size:smaller;} +footer .left { float:left; font-size:smaller; } .status { position:absolute; -- cgit v1.2.3-18-g5258