#1926 closed enhancement (fixed)
Add zero margin to forum list items
Reported by: | ryanimel | Owned by: | |
---|---|---|---|
Milestone: | 2.1.3 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Appearance - Theme Compatibility | Keywords: | has-patch |
Cc: | ryanimel, stephen@… |
Description
Twenty Twelve testing sent me here: since Twenty Twelve is a bit more specific with its list styles (.entry-content li {} rather than just li {}) than either Twenty Ten or Eleven were. So bbPress gets pushed around a little bit.
Screenshot: http://cl.ly/image/2x1c17033d41
So I suggest adding margin: 0; to the #bbpress-forums li {} in line 62 of bbpress.css.
Some themes might be just as specific as this, so dropping in a margin: 0; just to be safe might be helpful in more than just this situation. That was the discussion that led to suggesting this as a patch for bbPress rather than one for Twenty Twelve.
(Apologies for not including a patch and taking care of the addition myself. Local SVN is out of whack on my laptop; I'll get to it when home if it doesn't happen before then.)
Beeeeeees''
1926.diff
margin: 0;
to bbpress.css and bbpress-rtl.csslist-style: none;
property from bbpress.css, as list-style is inherited fromol
andul
toli
elements.