css: fix blockquote margins in tables.
Don't remove the bottom margin from all <p> elements in tables. Instead remove it only from the last element in dtext blocks. This way we don't have to also kludge <blockquote> padding to work with zero-margin paragraphs. Better fix for #1655.
This commit is contained in:
@@ -10,10 +10,6 @@ div#c-user-feedbacks, div#c-moderator-dashboards div#col2 {
|
||||
.feedback-category-neutral {
|
||||
background: #FFFFFF !important;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
#negative-policy {
|
||||
max-width: 50em;
|
||||
|
||||
Reference in New Issue
Block a user