-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Multiple input group addon #18498
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
Multiple input group addon #18498
Conversation
While this is correct that it was not being set, I did not notice any visible difference in Chrome on OS X when it is not set. Fixes twbs#16683
Changed LESS to Less and author to Twitter, Inc.
Fix twbs#16973 As 30px was hard coded for the following attribute values: `width`, `height`, and `font-size`, I have used the same pixel formula for each of these three as the `@carousel-control-width` is a percent value not a pixel value in variables.less
Refs http://wkbug.com/148061 Refs http://openradar.me/22299624 Closes twbs#16988 [skip sauce]
Add Wall of Browser Bugs entry for twbs#16988
Fix twbs#17011 Update .travis.yml
Have Travis CI use Ruby 2.0.0
[skip sauce] [skip validator]
Mention themes contact info in CONTRIBUTING.md
Separated link not actually separated
Update support for Meteor 1.2
Mention Chrome meta-bug on Wall of Browser Bugs
[skip sauce]
Docs - clarify purpose of CSS class .in to .fade [skip sauce]
Add CSS portion of IE10 viewport bug workaround to docs & examples
https://bugzilla.mozilla.org/show_bug.cgi?id=1048279 has been closed as WONTFIX. Refs twbs#14124. [skip sauce]
Remove http://bugzil.la/1048279 entry from Wall of Browser Bugs
This change uses Bootstrap's existing `js/.jshintrc` file to configure Hound's hosted JSHint instance. It leaves existing JavaScript linting as-is because Hound does not support ESLint or JSCS yet. On each pull request to Bootstrap, Hound will comment on any JavaScript style violations in-line, like this:  If you update the pull request to adopt a suggestion, the comment will be hidden. It leaves the existing linting done by Grunt + Travis. Hound is free for open source projects and is open source itself: https://github.com/thoughtbot/hound
Updated SRI hashes in docs for CDN links
Add Wall of Browser Bugs entry for twbs#18365 See http://bugzil.la/1228802 [skip sauce] [skip validator]
Made comment more clear.
Clarify comment in button-groups.less
[skip sauce] [skip validator]
[skip sauce]
Mention Mozilla Firefox meta-bug on Wall of Browser Bugs https://bugzilla.mozilla.org/show_bug.cgi?id=1230801 [skip sauce]
Add Wall of Browser Bugs entry for twbs#15990 https://bugzilla.mozilla.org/show_bug.cgi?id=1139853 [skip sauce]
Grunt: Factor out new docs-github task
Check-in the v4 notice and themes link in the docs
Add Wall of Browser Bugs entry related to twbs#16028 https://bugs.webkit.org/show_bug.cgi?id=151933 [skip sauce]
1. Invert `:first-child` into `:not(:last-child)` and vice versa 2. Remove double border at the left of `.form-control` 3. Shifts negative margins of `.btn` and `.btn-group` to retain rightmost border when using at the left of `.form-control`.
|
||
grunt.registerTask('prep-release', ['dist', 'docs', 'jekyll:github', 'htmlmin', 'compress']); | ||
grunt.registerTask('prep-release', ['dist', 'docs', 'docs-github', 'compress']); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long.
@vicary You're going to need to craft a new patch with |
@cvrebert Not sure but can I rebase to |
Since almost all the files basically got rewritten when we ported the code from LESS to Sass, rebasing is very unlikely to usefully work. |
Ok I'll start again from |
Successor: #18500 |
Resubmit to
v4-dev
branch.Fixes #17927
See this plunker for a live demo.