Fixed browser compatiblity for Firefox with several cleanups, added jQuery and readded follow-boxes.

This commit is contained in:
FrozenCow 2010-12-31 13:33:51 +01:00
parent 453fe2c1c0
commit 6b6979ac3a
5 changed files with 644 additions and 481 deletions

View file

@ -139,3 +139,13 @@ a, a:visited {
.playerMarker span {
visibility: visible;
}
.followButton {
width: 16px;
height: 16px;
background-image: url(follow_off.png);
}
.followButton.enabled {
background-image: url(follow_on.png);
}