From 4bd88c728ee2ee0f95cc3d1414749e9de1008769 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Mon, 6 Jun 2016 15:00:48 +0200 Subject: [PATCH] CSS: Convert tabs to spaces --- modules/monitoring/public/css/tables.less | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/monitoring/public/css/tables.less b/modules/monitoring/public/css/tables.less index a5eceecf8..72e61651c 100644 --- a/modules/monitoring/public/css/tables.less +++ b/modules/monitoring/public/css/tables.less @@ -115,21 +115,21 @@ } > tbody > tr { - border-bottom: 1px solid #e3e3e3; + border-bottom: 1px solid #e3e3e3; } > tbody > tr:last-child { - border-bottom: none + border-bottom: none } > tbody > tr > td { - white-space: nowrap; - vertical-align: top; - padding: 3px 6px; + white-space: nowrap; + vertical-align: top; + padding: 3px 6px; } > tbody > tr > td:nth-child(2) { - white-space: normal; + white-space: normal; } > thead > tr > th:first-child, @@ -140,11 +140,11 @@ } > thead > tr > th { - text-align: center; + text-align: center; } > thead > tr > th:nth-child(2) { - text-align: left; + text-align: left; } }