Replace whitespaces with tabs in CSS files

This commit is contained in:
Eike Foken
2011-09-14 05:46:07 +02:00
parent a4f41fd392
commit 5d5f0b9901
2 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
@CHARSET "UTF-8"; @CHARSET "UTF-8";
/* Form styles */ /* Form styles */
form ul li { form ul li {

View File

@@ -1,4 +1,5 @@
@CHARSET "UTF-8"; @CHARSET "UTF-8";
/* Table styles */ /* Table styles */
table { table {
@@ -44,19 +45,19 @@ table .odd {
} }
table .even { table .even {
background: #fff; background: #fff;
} }
table .hover { table .hover {
background: #f0f0f0 !important; background: #f0f0f0 !important;
} }
table tbody tr:nth-child(even) { table tbody tr:nth-child(even) {
background: #fff; background: #fff;
} }
table tbody tr:nth-child(odd) { table tbody tr:nth-child(odd) {
background: #f6f6f6; background: #f6f6f6;
} }
td.drag_handle { td.drag_handle {