Skip to content

Conversation

@aredridel
Copy link

This doesn't deal with a few of the grid pieces, but I may get to those in the next few days.

Otherwise, this makes bootstrap.stylus as close to byte-for-byte translation of bootstrap 2.1.1. It's not idiomatic stylus because of this, but it makes future porting from bootstrap much easier.

mdo and others added 30 commits September 26, 2012 16:01
Also fixes dropdowns hiding behavior for case when two or more dropdowns
with [data-toggle=dropdown] exist on the page
Fix for issue [5362](twbs/bootstrap#5362):
tab events fired on wrong dropdown anchor.
add missing icon class definition for buttons:
'[class*=" icon-"]'
add missing icon class definition for navs:
'[class*=" icon-"]'

P.S. Sorry for 2 pull requests with the same problem..
Add missing icon class definition for navs.less
@Charuru
Copy link

Charuru commented Dec 7, 2012

Any chance of doing the same for 2.2?

mdo and others added 19 commits December 7, 2012 09:41
Fix code block white-space breaks within pre tags.
scrollSpy - add parent scrollTop to offset calculation
…d-nav

Fix issue with double move event firing in typeahead.
note: this will likely break things for people in the same way that doing
this to tooltip did… however we think this is a better insertion model for
z-index,scrolling,modal,etc. applications
Apply code tag to data attribute on javascript page
* Add simple test to css-tests.html
* Scope .table-bordered to immediate children th/td elements only
* Scopes striping to immediate children of the tbody and tr
* For nested tables, sets a background color of @bodyBackground, to override the default transparent bg
@aredridel
Copy link
Author

Definitely planning on it. It takes a couple hours to go through it all, though I didn't finish the grid system, which is kinda key. Once I figure that out for 2.1, I'll follow up with 2.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.