Skip to content

Commit 87fe55a

Browse files
committed
Reviewed by Darin.
- http://bugzilla.opendarwin.org/show_bug.cgi?id=10444 Navigation links overlap the Spam Karma 2 footer * blog/wp-content/themes/webkit/style.css: Hide the footer altogether. Canonical link: https://commits.webkit.org/13433@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16032 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 7774ce7 commit 87fe55a

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

WebKitSite/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2006-08-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2+
3+
Reviewed by Darin.
4+
5+
- http://bugzilla.opendarwin.org/show_bug.cgi?id=10444
6+
Navigation links overlap the Spam Karma 2 footer
7+
8+
* blog/wp-content/themes/webkit/style.css: Hide the footer altogether.
9+
110
2006-08-21 Timothy Hatcher <timothy@apple.com>
211

312
Reviewed by Darin.

WebKitSite/blog/wp-content/themes/webkit/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ acronym, abbr, span.caps
9797
text-align: center;
9898
}
9999

100+
#sk2-footer {
101+
display: none;
102+
}
103+
100104
/* Begin Images */
101105
p img {
102106
padding: 0;

0 commit comments

Comments
 (0)