X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/65042a9c8e9e515606754785f06348cf3b52fb39..ef75ae64ce38a1bf2150711d133d892dc7eb2d7f:/css/styles.css diff --git a/css/styles.css b/css/styles.css index 87588b0..ea6b925 100644 --- a/css/styles.css +++ b/css/styles.css @@ -39,7 +39,7 @@ td { padding: 2px 6px; } -body { +html, body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #3D658C; @@ -62,13 +62,16 @@ body { margin-top: 5px; } -.footer { - text-align: center; - margin-top: 20px; - margin-bottom: 10px; +#container, #footer { + width: 100%; +} + +#footer{ font-size: 0.7em; background: #ECECAC; color: black; + text-align: center; + height: 14px; } .whitefooter {