From 9be26266e32dd0f140ba472a5871b43df739c9a0 Mon Sep 17 00:00:00 2001 From: root <root@librenmscentos.localdomain> Date: Sun, 2 Jun 2019 13:56:59 +0200 Subject: [PATCH] correction delete bad ";" --- html/css/custom/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css index 0620dea..00f7e8a 100644 --- a/html/css/custom/styles.css +++ b/html/css/custom/styles.css @@ -376,7 +376,7 @@ A.black:visited, A.black, .black { /* Table */ .table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success { - background-color: #212121;; + background-color: #212121; } .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { -- GitLab