Posted by droplet on June 23, 2012 at 12:59am
6 followers
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | CSS |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | needs backport to D7, Quick fix |
Issue Summary
.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
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| no-padding-none.patch | 404 bytes | Idle | PASSED: [[SimpleTest]]: [MySQL] 37,023 pass(es). | View details |
Comments
#1
Easy one!
#2
Hold on, I found another.
#3
Nope! I was just seeing double :-) .
#4
:)
#5
Committed to 8.x. Thanks. Moving to 7.x.
#6
#7
The last submitted patch, padding_none.patch, failed testing.
#8
#6: padding_none.patch queued for re-testing.
#9
#10
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!
#11
Fixing tags per http://drupal.org/node/1517250
#12
Automatically closed -- issue fixed for 2 weeks with no activity.