diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-06-30 11:39:03 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-06-30 11:39:03 -0700 |
commit | 3ac0d15345784d403ff29202cdaeb54a89f13e41 (patch) | |
tree | c9ed2a5dcba8ebc0d7036a628f85738ab042ccb6 /themes | |
parent | c142721ae91069222f1455ea4120bdc3b069b217 (diff) | |
download | brdo-3ac0d15345784d403ff29202cdaeb54a89f13e41.tar.gz brdo-3ac0d15345784d403ff29202cdaeb54a89f13e41.tar.bz2 |
Issue #1653400 by droplet: Fixed No 'padding: none'.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bartik/css/style.css | 2 |
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 { |