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;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -23,7 +24,8 @@ form {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, button {
|
input,
|
||||||
|
button {
|
||||||
background-color: #666;
|
background-color: #666;
|
||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
border-radius: 5px;
|
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);
|
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;
|
transition: all .1s ease-in-out;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
@ -191,7 +192,6 @@ nav .extra > a {
|
|||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sound a:hover,
|
.sound a:hover,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user