From 3785ef2a48f22fe30b8ca46df11f68ff96eae59f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 20 Apr 2018 11:32:07 -0400 Subject: [PATCH] adjusting padding and margin around the courses page --- css/responsive.css | 2 +- style.css | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/css/responsive.css b/css/responsive.css index d7cf110..60fc90a 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -295,7 +295,7 @@ Responsive CSS .hentry, #comments, #secondary .widget{ - padding: 20px; + padding: 5px; } .entry-thumb{ diff --git a/style.css b/style.css index 1d21db2..30fcf0b 100644 --- a/style.css +++ b/style.css @@ -2654,4 +2654,16 @@ body .cmvl-navbar-navigation span{ left: 5px; top: 2px; max-width: 30px; +} +.cmvl-stats-user-table thead tr th:last-child,.cmvl-stats-user-table tbody tr td:last-child{ + display: none; +} +.cmvl-stats-user-table thead tr th:nth-child(2){ + max-width: 50px; +} +.cmvl-stats-user-table thead tr th:nth-last-child(2){ + max-width: 80px; +} +.cmvl-stats-user-table thead tr th:nth-last-child(3){ + max-width: 65px; } \ No newline at end of file -- 2.17.1