From 096a7508a82aaf30884dfd35be43ef06f8afef2d Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Tue, 22 Sep 2009 14:27:18 -0700 Subject: [PATCH] removal of most style tags, moving to CSS --- css/burichan.css | 1 - css/futaba.css | 1 - css/global.css | 19 +++++++++++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/css/burichan.css b/css/burichan.css index 0e163af..41ac12f 100644 --- a/css/burichan.css +++ b/css/burichan.css @@ -69,7 +69,6 @@ a:hover { font-weight:800; } .footer { - text-align:center; font-size:10px; font-family:sans-serif; } diff --git a/css/futaba.css b/css/futaba.css index e0c7e36..cdae14a 100644 --- a/css/futaba.css +++ b/css/futaba.css @@ -53,7 +53,6 @@ a:hover { font-weight:800; } .footer { - text-align:center; font-size:12px; font-family:serif; } diff --git a/css/global.css b/css/global.css index 4fdd740..877f7e4 100644 --- a/css/global.css +++ b/css/global.css @@ -80,4 +80,23 @@ form { font-size: 15px; height: 28px; margin: 0.2em; +} + +.footer { + clear: both; + text-align:center; +} + +.rules ul { + margin: 0; + padding-left: 0; +} + +.floatpost { + float: right; + clear: both; +} + +.login { + text-align: center; } \ No newline at end of file