summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-04-16 17:27:49 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-04-16 17:27:49 -0700
commitfb03122e1c47f77a8a4d2eb985d1c1a5a9f2d4c0 (patch)
tree400c92478206c179ac5b6f25d99d3d60ec4835db
parentad7f6dcef81e932d0bec1270cafd8ab2412d5b4d (diff)
downloadpathery-fb03122e1c47f77a8a4d2eb985d1c1a5a9f2d4c0.tar.xz
Cross-browser header gradient fix.
-rw-r--r--css/page.css6
-rw-r--r--includes/header.php2
2 files changed, 7 insertions, 1 deletions
diff --git a/css/page.css b/css/page.css
index 0c7fe57..8d964e6 100644
--- a/css/page.css
+++ b/css/page.css
@@ -366,6 +366,12 @@ position:absolute;color:#333;left:25px;bottom:20px;
background-image: url(../images/OverlayTileFaceted50b.png);
background-size:100%;
}
+.topbarBadgeInner {
+ width:100%;
+ height:100%;
+ background-image: url(../images/OverlayTileFaceted50b.png);
+ background-size:100%;
+}
#difficulties {
width: 100%;
diff --git a/includes/header.php b/includes/header.php
index 71c2a5c..da5e11d 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -192,7 +192,7 @@ function topbar($links) {
echo " <a href='logout'>Logout</a>";
echo " </div>";
echo "<div id='topbarBadge' style='background-color: $wallColor; background-image: url(".linkEmblem($wallEmblem, $wallOrientation).");'>
- <a href='achievements'><div></div></a>
+ <a href='achievements'><div class='topbarBadgeInner'></div></a>
</div>";