salcode / bootstrap-genesis

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
MIT License
184 stars 63 forks source link

Should we add CSS clear both to .archive-pagination #122

Closed salcode closed 8 years ago

salcode commented 8 years ago

I find that every time I build a theme I add

.archive-pagination { clear: both; }

Does it make sense to make this part of the theme by default?

I'm trying to come up with a time when one wouldn't want this and I'm not coming up with anything.

bryanwillis commented 8 years ago

Just an idea to avoid extra css

https://github.com/salcode/bootstrap-genesis/pull/124

salcode commented 8 years ago

Yes, seems to be the answer. See #156