-
Notifications
You must be signed in to change notification settings - Fork 26
Update to v2.1.1 #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
aredridel
wants to merge
3,341
commits into
blup:master
Choose a base branch
from
aredridel:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also fixes dropdowns hiding behavior for case when two or more dropdowns with [data-toggle=dropdown] exist on the page
…d signin page examples
Fix for issue [5362](twbs/bootstrap#5362): tab events fired on wrong dropdown anchor.
…lementation by ryan fait
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
…the legend properly
…s drop columns 13-24
…y one open/closes at a time
…driijas/bootstrap into andriijas-2.1.2-wip-modal-responsivefix
* Fix as documented here: twbs/bootstrap#4756 (comment) * Stops propagation for touchstart for dropdowns
|
Any chance of doing the same for 2.2? |
Escape ×
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.