From 5d5f0b9901f331525976c5b8829aee9fa8eef2c1 Mon Sep 17 00:00:00 2001 From: Eike Foken Date: Wed, 14 Sep 2011 05:46:07 +0200 Subject: [PATCH] Replace whitespaces with tabs in CSS files --- assets/css/form.css | 1 + assets/css/table.css | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/assets/css/form.css b/assets/css/form.css index 4c9c9e5..153971f 100644 --- a/assets/css/form.css +++ b/assets/css/form.css @@ -1,4 +1,5 @@ @CHARSET "UTF-8"; + /* Form styles */ form ul li { diff --git a/assets/css/table.css b/assets/css/table.css index 5010dc6..6227d7a 100644 --- a/assets/css/table.css +++ b/assets/css/table.css @@ -1,4 +1,5 @@ @CHARSET "UTF-8"; + /* Table styles */ table { @@ -44,19 +45,19 @@ table .odd { } table .even { - background: #fff; + background: #fff; } table .hover { - background: #f0f0f0 !important; + background: #f0f0f0 !important; } table tbody tr:nth-child(even) { - background: #fff; + background: #fff; } table tbody tr:nth-child(odd) { - background: #f6f6f6; + background: #f6f6f6; } td.drag_handle {