mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 11:15:21 +01:00
important fix for css, forgotten in my last commit, FrozenCow, please
pull
This commit is contained in:
parent
ead24cc304
commit
363339c632
@ -133,7 +133,6 @@
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
|
||||
width: 200px;
|
||||
height: 100%;
|
||||
|
||||
background: rgb(0,0,0); /* FU IE */
|
||||
@ -142,8 +141,6 @@
|
||||
|
||||
border-left: 1px solid rgba(0,0,0,0.5);
|
||||
|
||||
margin-right: -203px;
|
||||
|
||||
-moz-transition: all 0.6s ease-in-out;
|
||||
-webkit-transition: all 0.6s ease-in-out;
|
||||
-o-transition: all 0.6s ease-in-out;
|
||||
@ -154,10 +151,9 @@
|
||||
.dynmap .hitbar {
|
||||
|
||||
display: block;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
z-index: 110;
|
||||
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
|
||||
height: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user