mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
fix mobile example sites, remove unused JS from docs index
This commit is contained in:
@@ -315,7 +315,7 @@ h2 + table {
|
|||||||
|
|
||||||
/* Example sites showcase */
|
/* Example sites showcase */
|
||||||
.example-sites img {
|
.example-sites img {
|
||||||
width: 290px;
|
max-width: 290px;
|
||||||
}
|
}
|
||||||
.built-with {
|
.built-with {
|
||||||
margin: -18px 0 27px;
|
margin: -18px 0 27px;
|
||||||
@@ -393,6 +393,9 @@ h2 + table {
|
|||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
margin: 0 auto 18px;
|
margin: 0 auto 18px;
|
||||||
}
|
}
|
||||||
|
.example-sites img {
|
||||||
|
max-width: 270px;
|
||||||
|
}
|
||||||
|
|
||||||
table code {
|
table code {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
@@ -124,23 +124,6 @@
|
|||||||
<img src="assets/img/example-sites/jshint.png" alt="JS Hint">
|
<img src="assets/img/example-sites/jshint.png" alt="JS Hint">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<!--
|
|
||||||
<li>
|
|
||||||
<a href="http://bartop.co/" target="_blank">
|
|
||||||
<img src="assets/img/example-sites/bartop.png" alt="Bartop.co">
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://railwayjs.com/" target="_blank">
|
|
||||||
<img src="assets/img/example-sites/railwayjs.png" alt="RailwayJS">
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://www.totalwireframe.com/" target="_blank">
|
|
||||||
<img src="assets/img/example-sites/totalwireframe.png" alt="Total Wireframe">
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
-->
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h1>Designed for everyone, everywhere</h1>
|
<h1>Designed for everyone, everywhere</h1>
|
||||||
@@ -235,13 +218,6 @@
|
|||||||
<!-- Le javascript -->
|
<!-- Le javascript -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="http://code.jquery.com/jquery-1.7.min.js"></script>
|
<script src="http://code.jquery.com/jquery-1.7.min.js"></script>
|
||||||
<script src="http://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script>
|
|
||||||
<script src="assets/js/google-code-prettify/prettify.js"></script>
|
|
||||||
<script>$(function () { prettyPrint() })</script>
|
|
||||||
<script src="../js/bootstrap-transitions.js"></script>
|
|
||||||
<script src="../js/bootstrap-dropdown.js"></script>
|
|
||||||
<script src="../js/bootstrap-twipsy.js"></script>
|
|
||||||
<script src="../js/bootstrap-scrollspy.js"></script>
|
|
||||||
<script src="assets/js/application.js"></script>
|
<script src="assets/js/application.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user