forked from server/soundboard
removed div dependency as mentioned in 6758be03968a4cc563fbf665382cac7588f05814#note_855
This commit is contained in:
parent
fa9a8de0eb
commit
c3c8af986d
@ -80,14 +80,14 @@ section {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div #reset {
|
#reset {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
display: inline;
|
display: inline;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
div #reset:hover {
|
#reset:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user