Commit 7e46b6f6 authored by Mark Otto's avatar Mark Otto
Browse files

Update nav and add bounds for tablet container

parent 267d3e7e
19 merge requests!7033Fix backdrop undefined bug in modal,!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!7329Fix for issue #7328,!7219Fix for mini typo mistake in css.html,!7674Clear float on all when navbar is collapsed - v3,!7344Fixed .spanX selector (*= instead of ^=),!7346Fix compilation error,!7775added some tests for tooltip title setter,!8157Close Me: Docs "Customize and Download" button fix,!7509Proposed fix for allowing Collapse events ('show'/'hide') to be cancelled,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2,!7651Drop the sizzle dependency to allow smaller builds targeting mobile devices,!6853typeahead: do not store item data in an attribute,!6666Patch 1
Showing with 15 additions and 8 deletions
+15 -8
......@@ -725,6 +725,9 @@ pre code {
}
@media screen and (min-width: 768px) {
.container {
max-width: 728px;
}
[class^="span"] {
float: left;
}
......
......@@ -47,7 +47,7 @@
<a href="./getting-started.html">Get started</a>
</li>
<li class="">
<a href="./css.html">Core CSS</a>
<a href="./css.html">CSS</a>
</li>
<li class="active">
<a href="./components.html">Components</a>
......
......@@ -47,7 +47,7 @@
<a href="./getting-started.html">Get started</a>
</li>
<li class="active">
<a href="./css.html">Core CSS</a>
<a href="./css.html">CSS</a>
</li>
<li class="">
<a href="./components.html">Components</a>
......
......@@ -47,7 +47,7 @@
<a href="./getting-started.html">Get started</a>
</li>
<li class="">
<a href="./css.html">Core CSS</a>
<a href="./css.html">CSS</a>
</li>
<li class="">
<a href="./components.html">Components</a>
......
......@@ -47,7 +47,7 @@
<a href="./getting-started.html">Get started</a>
</li>
<li class="">
<a href="./css.html">Core CSS</a>
<a href="./css.html">CSS</a>
</li>
<li class="">
<a href="./components.html">Components</a>
......
......@@ -47,7 +47,7 @@
<a href="./getting-started.html">Get started</a>
</li>
<li class="">
<a href="./css.html">Core CSS</a>
<a href="./css.html">CSS</a>
</li>
<li class="">
<a href="./components.html">Components</a>
......
......@@ -47,7 +47,7 @@
<a href="./getting-started.html">Get started</a>
</li>
<li class="">
<a href="./css.html">Core CSS</a>
<a href="./css.html">CSS</a>
</li>
<li class="">
<a href="./components.html">Components</a>
......
......@@ -47,7 +47,7 @@
<a href="./getting-started.html">Get started</a>
</li>
<li class="">
<a href="./css.html">Core CSS</a>
<a href="./css.html">CSS</a>
</li>
<li class="">
<a href="./components.html">Components</a>
......
......@@ -59,7 +59,7 @@
<a href="./getting-started.html">{{_i}}Get started{{/i}}</a>
</li>
<li class="{{css}}">
<a href="./css.html">{{_i}}Core CSS{{/i}}</a>
<a href="./css.html">{{_i}}CSS{{/i}}</a>
</li>
<li class="{{components}}">
<a href="./components.html">{{_i}}Components{{/i}}</a>
......
......@@ -27,6 +27,10 @@
// Responsive: Tablets and up
@media screen and (min-width: 768px) {
.container {
max-width: 728px;
}
[class^="span"] {
float: left;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment