I setup a view and noticed the top-level UL still had its default padding applied (thinking it needed to make room for a bullet on the left side).
This patch removes the padding.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views_fluid_grid-padding-2.patch | 311 bytes | Anonymous (not verified) |
| views_fluid_grid-padding.patch | 297 bytes | Anonymous (not verified) |
Comments
Comment #1
markus_petrux commentedhmm...
I used a theme where UL padding was 0, so I forgot to add a padding here. If we do, then how about setting all margins of the UL to 0 as well?
Comment #2
Anonymous (not verified) commentedSounds good, here you go.
Comment #3
markus_petrux commentedSweet. Committed to CVS.
http://drupal.org/cvs?commit=297128
Thanks for pointing this out! :)