.search-results li:last-child {
  border-bottom: none;
  padding-bottom: none;
  margin-bottom: 1em;
}

check it out:
http://jigsaw.w3.org/css-validator/validator
http://www.w3.org/TR/CSS2/box.html#padding-properties

CommentFileSizeAuthor
#6 padding_none.patch384 bytesdroplet
no-padding-none.patch404 bytesdroplet
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

RobLoach’s picture

Priority: Normal » Minor
Status: Needs review » Reviewed & tested by the community

Easy one!

RobLoach’s picture

Status: Reviewed & tested by the community » Needs work

Hold on, I found another.

RobLoach’s picture

Status: Needs work » Reviewed & tested by the community

Nope! I was just seeing double :-) .

droplet’s picture

:)

Dries’s picture

Version: 8.x-dev » 7.x-dev

Committed to 8.x. Thanks. Moving to 7.x.

droplet’s picture

Status: Reviewed & tested by the community » Needs review
FileSize
384 bytes

The last submitted patch, padding_none.patch, failed testing.

droplet’s picture

Status: Needs work » Needs review
Issue tags: +Quick fix

#6: padding_none.patch queued for re-testing.

RobLoach’s picture

Status: Needs review » Reviewed & tested by the community
webchick’s picture

Status: Reviewed & tested by the community » Fixed

Normally we do not make markup/CSS changes to stable releases, but since this is isolated to Bartik I think it is ok.

Committed and pushed to 7.x. Thanks!

cweagans’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

chrisjlee’s picture