summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/pushbutton/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/pushbutton/style.css b/themes/pushbutton/style.css
index c6ea59b41..530e3e62a 100644
--- a/themes/pushbutton/style.css
+++ b/themes/pushbutton/style.css
@@ -252,6 +252,8 @@ td#home a:hover img {
/* padding in px not ex because IE messes up 100% width tables otherwise */
padding: 30px 35px 50px 35px;
background: transparent url(background.png) center center no-repeat;
+ /* fix background overlapping text in IE (aka Peekaboo Bug) */
+ position: relative;
}
#mission, .node .content, .comment .content {
line-height: 1.4;