From: Arun Persaud Date: Thu, 6 Oct 2011 05:37:19 +0000 (-0700) Subject: add some html5 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=0bc070b1d58b0d6880b5357895217dba6b052601;hp=65df59544c943a90ae2858b1359e6b8a5065e145 add some html5 --- 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";