diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-26 20:03:45 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-26 20:03:45 -0800 |
commit | 97b6742ddfcef31ded607e4334475052ba46795b (patch) | |
tree | 181cbcc19f62a6d3ea82773a9ebe3951cbda2a38 /includes | |
parent | 4f91bbb6f1caa0812be550d95e13806f060542be (diff) | |
download | pathery-97b6742ddfcef31ded607e4334475052ba46795b.tar.xz |
Increased size of top-right badge.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/header.php | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/includes/header.php b/includes/header.php index 7d9c02d..136c2eb 100644 --- a/includes/header.php +++ b/includes/header.php @@ -174,13 +174,10 @@ function topbar($links) { echo " <a href='cp' title='change name'>Update your name</a> | ";
echo " <a href='logout'>Logout</a>";
echo " </div>";
- echo "
- <div class='grid_td' style='float:left; margin:5px 1px 1px 9px; width:35px; height:35px; background:$wallColor url(images/marks/$wallEmblem);'>
- <a href='achievements'>
- <div style='background-color:transparent;' class='grid_td_inner grid_td_rocks'>
- </div>
- </a>
+ echo "<div id='topbarBadge' style='background-color: $wallColor; background-image: url(images/marks/$wallEmblem);'>
+ <a href='achievements'><div></div></a>
</div>";
+
} else {
|