From 89b62eb4ac58b50adca74f5e223a717fcc3048e8 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Thu, 5 Nov 2015 03:13:54 +0200 Subject: [PATCH] border-bottom: none --- web/css/styles.min.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/web/css/styles.min.css b/web/css/styles.min.css index c9e0555bc..675ac7062 100644 --- a/web/css/styles.min.css +++ b/web/css/styles.min.css @@ -1278,14 +1278,12 @@ div.l-content > div.l-separator:nth-of-type(4) { overflow: hidden; font-size: 13px; } - -.units div:last-child { - border-bottom: none !important; -} - .units .l-unit { border-bottom: 1px solid #ddd; } +.units > div:last-child { + border-bottom: none; +}