From 3ac0d15345784d403ff29202cdaeb54a89f13e41 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Sat, 30 Jun 2012 11:39:03 -0700
Subject: [PATCH] Issue #1653400 by droplet: Fixed No 'padding: none'.

---
 themes/bartik/css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index 4fb8210255b9..8e9520210167 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -1488,7 +1488,7 @@ ol.search-results {
 }
 .search-results li:last-child {
   border-bottom: none;
-  padding-bottom: none;
+  padding-bottom: 0;
   margin-bottom: 1em;
 }
 .search-results .search-snippet-info {
-- 
GitLab