Fix bad CSS indentation

This commit is contained in:
Carsten Grohmann 2018-08-12 10:42:26 +02:00
parent ae7ace8798
commit 9f7a419e2a

View File

@ -68,13 +68,13 @@
} }
.notify-warning { .notify-warning {
color: #9F6000; color: #9F6000;
background-color: #FEEFB3; background-color: #FEEFB3;
} }
.notify-error { .notify-error {
color: #D8000C; color: #D8000C;
background-color: #FFD2D2; background-color: #FFD2D2;
} }
/* Zebra-Layout */ /* Zebra-Layout */
tr:nth-child(odd) td:nth-child(2), tr:nth-child(odd) td:nth-child(3) { tr:nth-child(odd) td:nth-child(2), tr:nth-child(odd) td:nth-child(3) {