diff options
| author | Mark Otto <[email protected]> | 2013-07-29 17:21:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-29 17:21:31 -0700 |
| commit | 87c98478d2484c8b3cb46c33b01f412b5a8ed9a0 (patch) | |
| tree | 5a941c08519625c9bb0aee9703b09257ae300ab9 | |
| parent | ddafa9a0bbc9cd89376a642ba9746ec668f6ce21 (diff) | |
| parent | 7ae32074a09fe09906f5d007c2891601e0438a5b (diff) | |
| download | bootstrap-87c98478d2484c8b3cb46c33b01f412b5a8ed9a0.tar.xz bootstrap-87c98478d2484c8b3cb46c33b01f412b5a8ed9a0.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
| -rw-r--r-- | Gruntfile.js | 1 | ||||
| -rw-r--r-- | css.html | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index dd0cc9600..7aad9b339 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -28,7 +28,6 @@ module.exports = function(grunt) { }, jshint: { options: { - ignores: [],// HACK: workaround https://github.com/gruntjs/grunt-contrib-jshint/issues/86 jshintrc: 'js/.jshintrc' }, gruntfile: { @@ -1792,6 +1792,7 @@ For example, <code><section></code> should be wrapped as inline. <div class="bs-callout bs-callout-warning"> <h4>Cross-browser rendering</h4> <p>As a best practice, <strong>we highly recommend using the <code><button></code> element whenever possible</strong> to ensure matching cross-browser rendering.</p> + <p>Among other things, there's <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=697451">a Firefox bug</a> that prevents us from setting the <code>line-height</code> of <code><input></code>-based buttons, causing them to not exactly match the height of other buttons on Firefox.</p> </div> </div> |
