radius can safely be used without vendor prefixes
http://caniuse.com/#search=radius
This commit is contained in:
parent
099245430e
commit
1a9ba0bea4
|
@ -9,14 +9,12 @@
|
||||||
box-shadow: 0 0 10px #000;
|
box-shadow: 0 0 10px #000;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
max-height: 80%;
|
max-height: 80%;
|
||||||
moz-border-radius-bottomleft: 1em;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
top: 3.5em;
|
top: 3.5em;
|
||||||
webkit-border-bottom-left-radius: 1em;
|
|
||||||
width: 26.5em;
|
width: 26.5em;
|
||||||
z-index: 75;
|
z-index: 75;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue