diff options
author | Arun Persaud <arun@nubati.net> | 2011-10-05 22:37:19 -0700 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-10-05 22:37:19 -0700 |
commit | 0bc070b1d58b0d6880b5357895217dba6b052601 (patch) | |
tree | d4c2896ea4542d55bc6fa2cc5ffd4110b142a016 /css | |
parent | 65df59544c943a90ae2858b1359e6b8a5065e145 (diff) | |
download | e-DoKo-0bc070b1d58b0d6880b5357895217dba6b052601.tar.gz e-DoKo-0bc070b1d58b0d6880b5357895217dba6b052601.tar.bz2 e-DoKo-0bc070b1d58b0d6880b5357895217dba6b052601.zip |
add some html5
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.css | 8 |
1 files changed, 4 insertions, 4 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; |