Default theme: Replace tabs with 4-space-indentation

This commit is contained in:
Daniel Rudolf 2015-11-27 19:32:12 +01:00
parent 913cf3816f
commit e14c007789

View File

@ -285,7 +285,6 @@ blockquote {
/* Small Devices, Tablets */ /* Small Devices, Tablets */
@media only screen and (max-width : 768px) { @media only screen and (max-width : 768px) {
.inner { .inner {
width: 85%; width: 85%;
} }
@ -324,12 +323,10 @@ blockquote {
#header nav:hover ul { #header nav:hover ul {
display: block; display: block;
} }
} }
/* Extra Small Devices, Phones */ /* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) { @media only screen and (max-width : 480px) {
.inner { .inner {
width: 85%; width: 85%;
} }