Fix indentation

This commit is contained in:
Florian 2017-12-07 18:19:23 +01:00
parent 88e6cb9d77
commit 366bbd52bc

View File

@ -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;
@ -154,7 +156,7 @@ nav .extra {
right: 1em; right: 1em;
} }
nav .extra > a { nav .extra>a {
background-color: #2ecc40; background-color: #2ecc40;
border: 1px solid #000; border: 1px solid #000;
border-radius: 5px; border-radius: 5px;
@ -180,10 +182,9 @@ nav .extra > a {
background-color: #b02222; background-color: #b02222;
border: 1px solid #000; border: 1px solid #000;
border-radius: 50%; border-radius: 50%;
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,
@ -214,7 +214,7 @@ nav .extra > a {
} }
.sound.edit a:hover { .sound.edit a:hover {
box-shadow: inset -5px -5px 5px rgba(0, 0, 0, 0.6), inset 5px 5px 5px rgba(255,255,255,.3); box-shadow: inset -5px -5px 5px rgba(0, 0, 0, 0.6), inset 5px 5px 5px rgba(255, 255, 255, .3);
transform: scale(1); transform: scale(1);
background-color: #b02222; background-color: #b02222;
} }