line breaks in module item_list templates
Jamroom Developers
The reason your needing a br is because the css for h1 tags is set to display:inline;. (in core_html.css)
If no css is applied all hX tags are block level elements and so the br is un-necessary.
Currently the state of the bootstrap skin on github ( https://github.com/ussher/bootstrap )
Is to the point where its good enough to be used for front-end and profile-section skins but falls down at the back end because the classes that are used in the back end are different from those used with bootstrap.
I can see that using the jrInject ( http://www.jamroom.net/the-jamroom-network/documentation/modules/1629/jrinject ) module would be one way to make the admin area also bootstrap compatible.
The reason bootstrap is on github instead of in the marketplace is to make it a community project if there is interest in doing that.
I can see that forks would also be desirable. The one in my repo I want to keep all the css for all the sections separate so that hopefully in time that profile sectons could be swapped around to with other skins to form new combinations.
That is why the bootsrap skin in github has CSS files which are prefixed with the section: ie: #profile .something {