mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
This commit is contained in:
		
						commit
						dee38e33b5
					
				| 
						 | 
				
			
			@ -13,7 +13,6 @@ before_install:
 | 
			
		|||
  - if [ "$TRAVIS_REPO_SLUG" = twbs-savage/bootstrap ]; then export TWBS_DO_VALIDATOR=0; fi
 | 
			
		||||
install:
 | 
			
		||||
  - bundle install --deployment --jobs=3
 | 
			
		||||
  - gem install scss_lint --no-rdoc --no-ri
 | 
			
		||||
  - npm install -g grunt-cli
 | 
			
		||||
  - npm install
 | 
			
		||||
cache:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -206,6 +206,7 @@ module.exports = function (grunt) {
 | 
			
		|||
    // CSS build configuration
 | 
			
		||||
    scsslint: {
 | 
			
		||||
      options: {
 | 
			
		||||
        bundleExec: true,
 | 
			
		||||
        config: 'scss/.scsslint.yml',
 | 
			
		||||
        reporterOutput: null
 | 
			
		||||
      },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -30,6 +30,7 @@
 | 
			
		|||
 | 
			
		||||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
<script src="{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
<script src="{{ site.baseurl }}/assets/js/ie-emulation-modes-warning.js"></script>
 | 
			
		||||
 | 
			
		||||
{% if page.layout == "docs" %}
 | 
			
		||||
<script src="{{ site.baseurl }}/assets/js/vendor/jekyll-search.js"></script>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,10 +19,6 @@
 | 
			
		|||
<!-- Documentation extras -->
 | 
			
		||||
<link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
<script src="{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
<script src="{{ site.baseurl }}/assets/js/ie-emulation-modes-warning.js"></script>
 | 
			
		||||
 | 
			
		||||
<!-- Favicons -->
 | 
			
		||||
<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
 | 
			
		||||
<link rel="icon" href="{{ site.baseurl }}/favicon.ico">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,9 +15,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="album.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			@ -126,5 +123,7 @@
 | 
			
		|||
      });
 | 
			
		||||
    </script>
 | 
			
		||||
    <script src="../../dist/js/bootstrap.min.js"></script>
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,9 +16,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="blog.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,9 +14,6 @@
 | 
			
		|||
    <!-- Bootstrap core CSS -->
 | 
			
		||||
    <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="carousel.css" rel="stylesheet">
 | 
			
		||||
  </head>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,9 +16,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="cover.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,9 +16,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="dashboard.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,9 +16,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="grid.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			@ -176,5 +173,7 @@
 | 
			
		|||
    <!-- Bootstrap core JavaScript
 | 
			
		||||
    ================================================== -->
 | 
			
		||||
    <!-- Placed at the end of the document so the pages load faster -->
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,9 +16,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="jumbotron.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			@ -81,5 +78,7 @@
 | 
			
		|||
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
 | 
			
		||||
    <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
 | 
			
		||||
    <script src="../../dist/js/bootstrap.min.js"></script>
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,9 +16,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="justified-nav.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			@ -79,5 +76,7 @@
 | 
			
		|||
    <!-- Bootstrap core JavaScript
 | 
			
		||||
    ================================================== -->
 | 
			
		||||
    <!-- Placed at the end of the document so the pages load faster -->
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,9 +16,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="narrow-jumbotron.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			@ -81,5 +78,7 @@
 | 
			
		|||
    <!-- Bootstrap core JavaScript
 | 
			
		||||
    ================================================== -->
 | 
			
		||||
    <!-- Placed at the end of the document so the pages load faster -->
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,9 +15,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="navbar-top-fixed.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			@ -50,5 +47,7 @@
 | 
			
		|||
    <!-- Placed at the end of the document so the pages load faster -->
 | 
			
		||||
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 | 
			
		||||
    <script src="../../dist/js/bootstrap.min.js"></script>
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,9 +15,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="navbar-top.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			@ -48,5 +45,7 @@
 | 
			
		|||
    <!-- Placed at the end of the document so the pages load faster -->
 | 
			
		||||
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 | 
			
		||||
    <script src="../../dist/js/bootstrap.min.js"></script>
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,9 +16,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="navbar.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			@ -70,5 +67,7 @@
 | 
			
		|||
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
 | 
			
		||||
    <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
 | 
			
		||||
    <script src="../../dist/js/bootstrap.min.js"></script>
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,9 +16,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="offcanvas.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,9 +16,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="signin.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			@ -45,5 +42,7 @@
 | 
			
		|||
    <!-- Bootstrap core JavaScript
 | 
			
		||||
    ================================================== -->
 | 
			
		||||
    <!-- Placed at the end of the document so the pages load faster -->
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,9 +16,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="starter-template.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			@ -54,5 +51,7 @@
 | 
			
		|||
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
 | 
			
		||||
    <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
 | 
			
		||||
    <script src="../../dist/js/bootstrap.min.js"></script>
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,9 +16,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="sticky-footer-navbar.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			@ -79,5 +76,7 @@
 | 
			
		|||
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
 | 
			
		||||
    <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
 | 
			
		||||
    <script src="../../dist/js/bootstrap.min.js"></script>
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,9 +16,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="sticky-footer.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			@ -42,5 +39,7 @@
 | 
			
		|||
    <!-- Bootstrap core JavaScript
 | 
			
		||||
    ================================================== -->
 | 
			
		||||
    <!-- Placed at the end of the document so the pages load faster -->
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,9 +16,6 @@
 | 
			
		|||
 | 
			
		||||
    <!-- Custom styles for this template -->
 | 
			
		||||
    <link href="tooltip-viewport.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | 
			
		||||
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue