Added left position and margin-bottom to blog footer.
* css/main.css:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@12875
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-02-17 Joost de Valk <jdevalk@opendarwin.org>
+
+ Reviewed by Tim H.
+
+ Added left position and margin-bottom to blog footer.
+
+ * css/main.css:
+
2006-02-16 Timothy Hatcher <timothy@apple.com>
Reviewed by Maciej.
font-size: 10px;
}
+#footer {
+ position: relative;
+ left: 215px;
+ margin-bottom: 20px;
+}
+
#title {
position: absolute;
background-image: url( /images/end.png );