Hello,
In template.php, there is a function bootstrap_preprocess_node that add the row-fluid class to the node when this is the teaser.
I suggest to remove it. Not all people want to add row-fluid class here (this is my case) and it's better to add it to the template files (.tpl.php files) to add flexibility for themers.
Regards,
Alex
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | bootstrap-remove-row-fluid-1841628-1.patch | 768 bytes | markhalliwell |
Comments
Comment #1
markhalliwellI'm ok with this, especially since #1967860: Page template uses .row class instead of .row-fluid was already committed and this preprocess function isn't needed anymore. Not sure why
rowwould be more beneficial thanrow-fluid, but if that's what you "need" then override thepage.tpl.phptemplate file now.Comment #2
markhalliwell@zmove is this an acceptable solution for you? (and others, please chime in)
Comment #3
markhalliwellAnyone else have any objections to this before I commit it?
Comment #4
andregriffin commentedSeems like a good idea to me.
Comment #5
markhalliwellFixed in commit 45ce597.