Earlier quoted context omitted.
Yeah, I saw it just a day or two ago as well and it was still there. I wonder if they're removing effects that aren't compatible across all browsers?
The relevant issue/rationale is here: https://github.com/twitter/bootstrap/issues/1229 I'm glad they got rid of it. It made the buttons feel "squishy" and unresponsive.
Bootstrap 2.0, From Twitter
131–140 of 163 posts
Re: Bootstrap 2.0, From Twitter
#132Earlier quoted context omitted.
I did a side-by-side of a simple design when trying to choose one. Bootstrap just has better defaults with things like padding, sizing, and margins. It just looked better. Now that Bootstrap has responsive design, there's no contest.
I haven't had an experience to experiment with Bootstrap but does it handle nested grids well in fluid (Responsive) layouts? That's one of the things I liked about Foundation is that it handles nested grids well.
Re: Bootstrap 2.0, From Twitter
#133Earlier quoted context omitted.
Although - the implementations used in Bootstrap could be translated to a more semantic approach by using SASS or LESS mixins instead of classes. This is the approach used by the Susy grid system included with Compass. I see Bootstrap as a open-sourced library of tested cross-browser solutions to a reasonable set of challenges in modern front-end coding. As such I'm hoping it is possible to port a lot of it to a "sem…
I suspect it's not possible to port it to "semantic markup"
Re: Bootstrap 2.0, From Twitter
#134I am going to chime in being negative against the wave of positive feedback here. Twitter has done well releasing this and when I first saw it ages ago it looked neat and fairly professional. However, like a pop song which has been completely overplayed on the radio it has become tired and frankly a bit annoying. It has its uses offline to quickly get a demo up and running but it shouldn't be used on a live site. At…
Lazy question: is it easy to remove that black bar? I think it's a terrible bit of navigation for "average user" kinds of people, who will easily miss it.
Re: Bootstrap 2.0, From Twitter
#135I am going to chime in being negative against the wave of positive feedback here. Twitter has done well releasing this and when I first saw it ages ago it looked neat and fairly professional. However, like a pop song which has been completely overplayed on the radio it has become tired and frankly a bit annoying. It has its uses offline to quickly get a demo up and running but it shouldn't be used on a live site. At…
Lazy question: is it easy to remove that black bar? I think it's a terrible bit of navigation for "average user" kinds of people, who will easily miss it.
Re: Bootstrap 2.0, From Twitter
#136Re: Bootstrap 2.0, From Twitter
#137Earlier quoted context omitted.
I suspect it's not possible to port it to "semantic markup"
Possibly - I won't know until I've played with the code a bit. But it seems to me that Susy has brought a simple but extremely powerful idea to implementing front-end code - instead of using a presentational element and layout-related class names like "row" etc. you can use a semantically-appropriate HTML element and @include your markup via a mixin. The actual CSS implementation can be the same - it's just that it i…
Re: Bootstrap 2.0, From Twitter
#138Earlier quoted context omitted.
Bootstrap is not overused; just under customized. In all fairness, what this proves is that there is a fairly large market for such packaged customization themes which are built thoughtfully and work on all resolutions.
I have filed a bug that was closed about this very thing. Bootstrap is very hard to customize because the variable color names are inane. Rather than define a palette of X many colors and then use that everywhere, bootstrap defines variables as @gray, @pink, @white, etc. If you want a light-on-dark layout, you need to redefine @gray as white, which makes no sense. I proposed names like @primaryColor, @primaryColorLig…
Re: Bootstrap 2.0, From Twitter
#139I am going to chime in being negative against the wave of positive feedback here. Twitter has done well releasing this and when I first saw it ages ago it looked neat and fairly professional. However, like a pop song which has been completely overplayed on the radio it has become tired and frankly a bit annoying. It has its uses offline to quickly get a demo up and running but it shouldn't be used on a live site. At…