jmohler1970 / BS-4-CF

Bootstrap tags for Adobe ColdFusion
MIT License
2 stars 2 forks source link

row and column #83

Closed jmohler1970 closed 8 years ago

jmohler1970 commented 8 years ago

b:Row and b:column right now always use div. It should also be possible to use <section>, <article> , or <aside>. Perhaps

param attributes.tag = 'div'';

And then override