New footer style, first draft

git-svn-id: https://develop.svn.wordpress.org/trunk@9269 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2008-10-21 22:27:41 +00:00
parent ae46fd9db4
commit a97d2744d1
4 changed files with 21 additions and 14 deletions
+14 -4
View File
@@ -952,16 +952,26 @@ html, body {
}
#footer {
font: 12px Georgia, "Times New Roman", Times, serif;
clear: both;
font-size: 12px;
height: 75px;
margin-top: -75px;
height: 45px;
margin-top: -45px;
position: relative;
}
#footer #footer-thankyou, #footer #footer-upgrade {
font-style: italic;
}
#footer #footer-upgrade {
position: absolute;
bottom: 12px;
right: 15px;
}
#footer p {
margin: 0;
padding: 17px 0 7px 60px;
padding: 17px 0 7px 15px;
}
#footer p a {