mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Merge branch 'master' into docs_derp
Conflicts: docs/components.html
This commit is contained in:
		
						commit
						3e54be9ae6
					
				| 
						 | 
				
			
			@ -60,6 +60,9 @@ module.exports = function (grunt) {
 | 
			
		|||
      },
 | 
			
		||||
      test: {
 | 
			
		||||
        src: ['js/tests/unit/*.js']
 | 
			
		||||
      },
 | 
			
		||||
      assets: {
 | 
			
		||||
        src: ['docs/assets/js/application.js', 'docs/assets/js/customizer.js']
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,8 +14,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
 | 
			
		|||
    </div>
 | 
			
		||||
 | 
			
		||||
    <h2 id="glyphicons-glyphs">Available glyphs</h2>
 | 
			
		||||
    <p>Includes 200 glyphs in font format from the Glyphicon Halflings set. <a href="http://glyphicons.com/">Glyphicons</a> Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, we only ask that you to include a link back to <a href="http://glyphicons.com/">Glyphicons</a> whenever possible.</p>
 | 
			
		||||
 | 
			
		||||
    <p>Includes 200 glyphs in font format from the Glyphicon Halflings set. <a href="http://glyphicons.com/">Glyphicons</a> Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, we only ask that you include a link back to <a href="http://glyphicons.com/">Glyphicons</a> whenever possible.</p>
 | 
			
		||||
    <div class="bs-glyphicons">
 | 
			
		||||
      <ul class="bs-glyphicons-list">
 | 
			
		||||
        {% for iconClassName in site.data.glyphicons %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2414,7 +2414,6 @@ For example, <code><section></code> should be wrapped as inline.
 | 
			
		|||
      <p class="bg-danger">Donec ullamcorper nulla non metus auctor fringilla.</p>
 | 
			
		||||
    </div>
 | 
			
		||||
{% highlight html %}
 | 
			
		||||
<p class="bg-muted">...</p>
 | 
			
		||||
<p class="bg-primary">...</p>
 | 
			
		||||
<p class="bg-success">...</p>
 | 
			
		||||
<p class="bg-info">...</p>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -101,8 +101,8 @@ bootstrap/
 | 
			
		|||
└── docs/
 | 
			
		||||
    └── examples/
 | 
			
		||||
{% endhighlight %}
 | 
			
		||||
    <p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. The <code>docs/</code> folder includes the source code for our documentation, and <code>examples/</code> of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.</p>
 | 
			
		||||
  </div>
 | 
			
		||||
  <p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. The <code>docs/</code> folder includes the source code for our documentation, and <code>examples/</code> of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.</p>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  <!-- Template
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -211,7 +211,7 @@
 | 
			
		|||
 | 
			
		||||
    // $.fn.offset doesn't round pixel values
 | 
			
		||||
    // so we use setOffset directly with our own function B-0
 | 
			
		||||
    jQuery.offset.setOffset($tip[0], $.extend({
 | 
			
		||||
    $.offset.setOffset($tip[0], $.extend({
 | 
			
		||||
      using: function (props) {
 | 
			
		||||
        $tip.css({
 | 
			
		||||
          top: Math.round(props.top),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue