From 0bc070b1d58b0d6880b5357895217dba6b052601 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 5 Oct 2011 22:37:19 -0700 Subject: [PATCH] add some html5 --- css/standard.css | 8 ++++---- include/output.php | 22 ++++++++++------------ 2 files changed, 14 insertions(+), 16 deletions(-) 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; diff --git a/include/output.php b/include/output.php index 91030ab..9786ad4 100644 --- a/include/output.php +++ b/include/output.php @@ -371,16 +371,14 @@ function output_header() { global $REV; ?> - - + + e-Doko - - - - + + + + @@ -422,11 +420,11 @@ function output_header() -
+
'._('Welcome to E-Doko').' '; ?> -
+ "; @@ -438,7 +436,7 @@ function output_footer() global $REV, $PREF, $INDEX; echo "\n\n"; - echo "
\n"; + echo "
\n"; + echo "\n"; echo "\n"; echo "\n"; -- 2.25.1