small css syntax fix
This commit is contained in:
parent
fdf0c28daf
commit
1ccaccdb32
1 changed files with 1 additions and 1 deletions
|
@ -1173,7 +1173,7 @@ float: left;
|
|||
background-image: url(PU32b.png);
|
||||
}
|
||||
.mapInfoBox .mapPermission .permissionSelect .private:hover {
|
||||
background-image: url(PR32b).png);
|
||||
background-image: url(PR32b.png);
|
||||
}
|
||||
.mapInfoBox .mapInfoDesc {
|
||||
font-family: helvetica, sans-serif;
|
||||
|
|
Loading…
Reference in a new issue