mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Update nav and add bounds for tablet container
This commit is contained in:
Vendored
+3
@@ -725,6 +725,9 @@ pre code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
|
.container {
|
||||||
|
max-width: 728px;
|
||||||
|
}
|
||||||
[class^="span"] {
|
[class^="span"] {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
<a href="./getting-started.html">Get started</a>
|
<a href="./getting-started.html">Get started</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./css.html">Core CSS</a>
|
<a href="./css.html">CSS</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="active">
|
<li class="active">
|
||||||
<a href="./components.html">Components</a>
|
<a href="./components.html">Components</a>
|
||||||
|
|||||||
+1
-1
@@ -47,7 +47,7 @@
|
|||||||
<a href="./getting-started.html">Get started</a>
|
<a href="./getting-started.html">Get started</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="active">
|
<li class="active">
|
||||||
<a href="./css.html">Core CSS</a>
|
<a href="./css.html">CSS</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./components.html">Components</a>
|
<a href="./components.html">Components</a>
|
||||||
|
|||||||
+1
-1
@@ -47,7 +47,7 @@
|
|||||||
<a href="./getting-started.html">Get started</a>
|
<a href="./getting-started.html">Get started</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./css.html">Core CSS</a>
|
<a href="./css.html">CSS</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./components.html">Components</a>
|
<a href="./components.html">Components</a>
|
||||||
|
|||||||
+1
-1
@@ -47,7 +47,7 @@
|
|||||||
<a href="./getting-started.html">Get started</a>
|
<a href="./getting-started.html">Get started</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./css.html">Core CSS</a>
|
<a href="./css.html">CSS</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./components.html">Components</a>
|
<a href="./components.html">Components</a>
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
<a href="./getting-started.html">Get started</a>
|
<a href="./getting-started.html">Get started</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./css.html">Core CSS</a>
|
<a href="./css.html">CSS</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./components.html">Components</a>
|
<a href="./components.html">Components</a>
|
||||||
|
|||||||
+1
-1
@@ -47,7 +47,7 @@
|
|||||||
<a href="./getting-started.html">Get started</a>
|
<a href="./getting-started.html">Get started</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./css.html">Core CSS</a>
|
<a href="./css.html">CSS</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./components.html">Components</a>
|
<a href="./components.html">Components</a>
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
<a href="./getting-started.html">Get started</a>
|
<a href="./getting-started.html">Get started</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./css.html">Core CSS</a>
|
<a href="./css.html">CSS</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./components.html">Components</a>
|
<a href="./components.html">Components</a>
|
||||||
|
|||||||
Vendored
+1
-1
@@ -59,7 +59,7 @@
|
|||||||
<a href="./getting-started.html">{{_i}}Get started{{/i}}</a>
|
<a href="./getting-started.html">{{_i}}Get started{{/i}}</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="{{css}}">
|
<li class="{{css}}">
|
||||||
<a href="./css.html">{{_i}}Core CSS{{/i}}</a>
|
<a href="./css.html">{{_i}}CSS{{/i}}</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="{{components}}">
|
<li class="{{components}}">
|
||||||
<a href="./components.html">{{_i}}Components{{/i}}</a>
|
<a href="./components.html">{{_i}}Components{{/i}}</a>
|
||||||
|
|||||||
@@ -27,6 +27,10 @@
|
|||||||
// Responsive: Tablets and up
|
// Responsive: Tablets and up
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
|
|
||||||
|
.container {
|
||||||
|
max-width: 728px;
|
||||||
|
}
|
||||||
|
|
||||||
[class^="span"] {
|
[class^="span"] {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user