From 01fec363c4c6d17e3ffbe92260cfc8cea8a88711 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Mon, 14 Mar 2016 14:38:15 +0800 Subject: [PATCH] * remove a css style. --- www/theme/default/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 24d17d7c1c..1cefdb2e2b 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -518,7 +518,6 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;} .outer .table thead tr th {text-align: center;} .outer .table thead tr th.text-left {text-align: left;} .outer .table tbody td {vertical-align: middle;} -.outer .table tbody > tr > td:first-child {text-align: left} .outer .table th {vertical-align: middle;} .outer .table tr > th:first-child, .outer .table tr > td:first-child {padding-left: 10px} .outer .table tr > th:last-child, .outer .table tr > td:last-child {padding-right: 10px}