0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Update nav and add bounds for tablet container

This commit is contained in:
Mark Otto 2013-01-17 00:58:34 -08:00
parent 267d3e7ed7
commit 7e46b6f636
10 changed files with 15 additions and 8 deletions

View File

@ -725,6 +725,9 @@ pre code {
}
@media screen and (min-width: 768px) {
.container {
max-width: 728px;
}
[class^="span"] {
float: left;
}

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -27,6 +27,10 @@
// Responsive: Tablets and up
@media screen and (min-width: 768px) {
.container {
max-width: 728px;
}
[class^="span"] {
float: left;
}