From b90f3ec00d4e5dbdab9c86d450191e3bfc1b0c7a Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 2 Jan 2014 02:12:49 +0200 Subject: [PATCH] Frontend Improvements --- admin/themes/default/css/default.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/admin/themes/default/css/default.css b/admin/themes/default/css/default.css index 567f05f..c87dd66 100644 --- a/admin/themes/default/css/default.css +++ b/admin/themes/default/css/default.css @@ -187,27 +187,12 @@ table { .table-bordered tbody:first-child tr:first-child td { border-top: 0; } -.table-bordered thead:first-child tr:first-child th:first-child, -.table-bordered tbody:first-child tr:first-child td:first-child { - -} -.table-bordered thead:first-child tr:first-child th:last-child, -.table-bordered tbody:first-child tr:first-child td:last-child { - -} -.table-bordered thead:last-child tr:last-child th:first-child, -.table-bordered tbody:last-child tr:last-child td:first-child { -} .table-bordered thead tr th { font-weight:bold; background-color: #fff; } -.table-bordered thead:last-child tr:last-child th:last-child, -.table-bordered tbody:last-child tr:last-child td:last-child { - -} .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child { border-top-left-radius: 0px;