Major Feature #33577
Change default templates to bootstrap
| Status: | Closed | Start date: | 2012-02-01 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Georg Ringer | % Done: | 0% |
|
| Category: | Frontend | |||
| Target version: | 1.4.0 | |||
| TYPO3 Version: | 4.7 | Has patch: | No | |
| PHP Version: | 5.3 | Complexity: | medium | |
| Votes: | -1 (View) |
Description
boostrap (http://twitter.github.com/bootstrap/base-css.html) should be used for default templates.
that means- Change classes to fit the styling of bootstrap
- Add 2nd static TS which includes CSS/JS if needed for quick demo (optional)
History
Updated by Steffen Müller over 1 year ago
Adding proprietary twitter bootstrap classes to default templates is IMHO not a good idea. They have to be removed in almost any case you want to reuse the default template.
So a solution could be to leave default template as is and add demo templates with bootstrap for showcase.
What about foundation instead of bootstrap? http://foundation.zurb.com/
Updated by Georg Ringer over 1 year ago
yeah I will go for bootstrap classes if they make sense, i won't introduce something like span4.. demo will be needed for another project i do anways
have looked at foundation too, like bootstrap a bit more ... however this feature is really not prio ;)
Updated by Steffen Müller over 1 year ago
Well, even classes like "container" or "page-header" are proprietary stuff.
HTML5 would be a good alternative, e.g.
<article> <header> <time></time> </article>
This would be much better than <div class="my_header"> and alike.
Updated by Georg Ringer over 1 year ago
- Status changed from Accepted to Closed