diff --git a/README.md b/README.md index 29d7e99034..d55d5c2dae 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Bootstrap uses [Grunt](http://gruntjs.com/) with convenient methods for working From the command line: 1. Install `grunt-cli` globally with `npm install -g grunt-cli`. -2. From the root `/bootstrap` directory, install the [necessary local dependencies](package.json) via `npm install`. +2. Navigate to the root `/bootstrap` directory, then run `npm install`. npm will look at [package.json](package.json) and automatically install the necessary local dependencies listed there. When completed, you'll be able to run the various Grunt commands provided from the command line. diff --git a/getting-started.html b/getting-started.html index ddd8ebc9fa..f465a67eb3 100644 --- a/getting-started.html +++ b/getting-started.html @@ -37,7 +37,7 @@ base_url: "../"

Bootstrap CDN

-

The folks over at NetDNA graciously provide CDN support for Bootstrap's CSS and JavaScript. Just use these Bootstrap CDN links.

+

The folks over at MaxCDN graciously provide CDN support for Bootstrap's CSS and JavaScript. Just use these Bootstrap CDN links.

{% highlight html %} @@ -673,7 +673,7 @@ bootstrap/
  • Internet Explorer
  • Opera (Mac, Windows)
  • -

    Unofficially, Bootstrap should look and behave well enough in Chromium for Linux, Firefox for Linux, and Internet Explorer 7, though they are not officially supported.

    +

    Unofficially, Bootstrap should look and behave well enough in Chromium and Chrome for Linux, Firefox for Linux, and Internet Explorer 7, though they are not officially supported.

    Internet Explorer 8 and 9

    Internet Explorer 8 and 9 are also supported, however, please be aware that some CSS3 properties and HTML5 elements are not fully supported by these browsers. In addition, Internet Explorer 8 requires the use of respond.js to enable media query support.

    diff --git a/javascript.html b/javascript.html index ecab0bf9e5..0f97d1c6c1 100644 --- a/javascript.html +++ b/javascript.html @@ -1111,7 +1111,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () { selector string false - if a selector is provided, tooltip objects will be delegated to the specified targets if a selector is provided, tooltip objects will be delegated to the specified targets. in practice, this is used to enable dynamic HTML content to have popovers added. See this and an informative example. + if a selector is provided, tooltip objects will be delegated to the specified targets. in practice, this is used to enable dynamic HTML content to have popovers added. See this and an informative example. trigger diff --git a/less/mixins.less b/less/mixins.less index 42523c2aa7..74e7177cd9 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -559,8 +559,8 @@ } .responsive-invisibility() { - display: none !important; - tr& { display: none !important; } + &, + tr&, th&, td& { display: none !important; } } diff --git a/package.json b/package.json index 1863251b66..477dba20e1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." , "version": "3.0.0" , "keywords": ["bootstrap", "css"] - , "homepage": "http://twbs.github.com/bootstrap/" + , "homepage": "http://getbootstrap.com" , "author": "Twitter, Inc." , "scripts": { "test": "grunt test" } , "repository": { @@ -22,7 +22,7 @@ , "devDependencies": { "grunt": "~0.4.1" , "grunt-contrib-clean": "~0.5.0" - , "grunt-contrib-connect": "~0.4.1" + , "grunt-contrib-connect": "~0.5.0" , "grunt-contrib-concat": "~0.3.0" , "grunt-contrib-copy": "~0.4.1" , "grunt-contrib-jshint": "~0.6.4"