forked from server/soundboard
Fix indentation
This commit is contained in:
parent
88e6cb9d77
commit
366bbd52bc
@ -1,4 +1,5 @@
|
||||
html, body {
|
||||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@ -23,7 +24,8 @@ form {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
input, button {
|
||||
input,
|
||||
button {
|
||||
background-color: #666;
|
||||
border: 1px solid #999;
|
||||
border-radius: 5px;
|
||||
@ -183,7 +185,6 @@ nav .extra > a {
|
||||
box-shadow: inset -5px -5px 5px rgba(0, 0, 0, .5), inset 5px 5px 5px rgba(255, 255, 255, .3);
|
||||
transition: all .1s ease-in-out;
|
||||
overflow: hidden;
|
||||
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
text-shadow: none;
|
||||
@ -191,7 +192,6 @@ nav .extra > a {
|
||||
word-break: break-all;
|
||||
line-height: 1.5;
|
||||
color: #eee;
|
||||
|
||||
}
|
||||
|
||||
.sound a:hover,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user