Earlier quoted context omitted.
The more people stop using Bootstrap as a complete design the happier I will be.
What would you suggest they use? Why does your happiness depend on this?
Bootstrap 3 preview
61–70 of 166 posts
Re: Bootstrap 3 preview
#62Re: Bootstrap 3 preview
#63What's with the whitish glow on button text?
There will be gradients on the buttons.
https://github.com/twitter/bootstrap/pull/6342#issuecomment-...
Re: Bootstrap 3 preview
#64Not sure if I like this at all. I think they need to call it Bootstrap 3: flat and fat! It just seems like a huge step back to me. It's not even an elegant "flat" design; it's like they scrapped everything and decided to make all classes (even buttons for God's sake) DIVs of different colors. The new navbar, for example, is literally a gray DIV with rounded edges. I use Bootstrap on my web app because I care about de…
Re: Bootstrap 3 preview
#65What's with the whitish glow on button text?
-webkit-font-smoothing: antialiased; font-weight: bold;
Re: Bootstrap 3 preview
#66Earlier quoted context omitted.
The more people stop using Bootstrap as a complete design the happier I will be.
Not everyone is a HTML/CSS hacker. It's a really valuable front-end framework. My app wouldn't look nearly as professional without it.
Re: Bootstrap 3 preview
#67I still fail to understand this. What's its purpose? To make all web pages look the same?
Re: Bootstrap 3 preview
#68Zurb takes an interesting approach with their responsive tables (http://www.zurb.com/playground/responsive-tables).
Re: Bootstrap 3 preview
#69The Responsive Utilities section is interesting with new classes such as .visible-phone and .hidden-phone (also tablet and desktop) but I find in my app that my customers want to see all of the columns even if it means a little bit of scrolling. Zurb takes an interesting approach with their responsive tables ( http://www.zurb.com/playground/responsive-tables ).
Re: Bootstrap 3 preview
#70Mobile first - Yeah! Can anyone compare/constrast the mobilefirst-ness of Bootstrap3 and Zurb4 ?? Why would I use one vs the other??
That's a good question that I'd like to see answered. It seems to me that mobile-first is used as a buzzword here. Unless they are literally inventing features for the mobile layout and then finding a way to make them work on desktop -- for example if the navigation bar accordion thing was there before the full desktop navigation bar.