Fixed browser compatiblity for Firefox with several cleanups, added jQuery and readded follow-boxes.
This commit is contained in:
parent
453fe2c1c0
commit
6b6979ac3a
5 changed files with 644 additions and 481 deletions
|
|
@ -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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue