removal of most style tags, moving to CSS

This commit is contained in:
Trevor Slocum 2009-09-22 14:27:18 -07:00
parent 6ab52aec7f
commit 096a7508a8
3 changed files with 19 additions and 2 deletions

View File

@ -69,7 +69,6 @@ a:hover {
font-weight:800;
}
.footer {
text-align:center;
font-size:10px;
font-family:sans-serif;
}

View File

@ -53,7 +53,6 @@ a:hover {
font-weight:800;
}
.footer {
text-align:center;
font-size:12px;
font-family:serif;
}

View File

@ -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;
}