salcode / bootstrap-genesis

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

reduce scope of table selector when adding borders #23

Closed salcode closed 9 years ago

salcode commented 9 years ago

in tables.scss we're currently extending table, I think we should narrow that scope to only tables within the content

salcode commented 9 years ago

New selector would be .entry table instead of table