summaryrefslogtreecommitdiff
path: root/themes/bartik
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-06-30 11:39:03 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2012-06-30 11:39:03 -0700
commit3ac0d15345784d403ff29202cdaeb54a89f13e41 (patch)
treec9ed2a5dcba8ebc0d7036a628f85738ab042ccb6 /themes/bartik
parentc142721ae91069222f1455ea4120bdc3b069b217 (diff)
downloadbrdo-3ac0d15345784d403ff29202cdaeb54a89f13e41.tar.gz
brdo-3ac0d15345784d403ff29202cdaeb54a89f13e41.tar.bz2
Issue #1653400 by droplet: Fixed No 'padding: none'.
Diffstat (limited to 'themes/bartik')
-rw-r--r--themes/bartik/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index 4fb821025..8e9520210 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 {