aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-17 00:58:34 -0800
committerMark Otto <[email protected]>2013-01-17 00:58:34 -0800
commit7e46b6f6364d754cb87fca35e0897cf2fad09206 (patch)
tree8b87e58a71ee2b5bc6fa0da5f34f01b413340699 /docs
parent267d3e7ed7f50cc5625145ad714a5e1099612e87 (diff)
downloadbootstrap-7e46b6f6364d754cb87fca35e0897cf2fad09206.tar.xz
bootstrap-7e46b6f6364d754cb87fca35e0897cf2fad09206.zip
Update nav and add bounds for tablet container
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css3
-rw-r--r--docs/components.html2
-rw-r--r--docs/css.html2
-rw-r--r--docs/customize.html2
-rw-r--r--docs/gallery.html2
-rw-r--r--docs/getting-started.html2
-rw-r--r--docs/index.html2
-rw-r--r--docs/javascript.html2
-rw-r--r--docs/templates/layout.mustache2
9 files changed, 11 insertions, 8 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 32f1258d6..d67aa9b15 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -725,6 +725,9 @@ pre code {
}
@media screen and (min-width: 768px) {
+ .container {
+ max-width: 728px;
+ }
[class^="span"] {
float: left;
}
diff --git a/docs/components.html b/docs/components.html
index c1049747c..73261610c 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -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>
diff --git a/docs/css.html b/docs/css.html
index e4499e571..e91ef3d68 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -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>
diff --git a/docs/customize.html b/docs/customize.html
index 7daed4fd7..c8b9a3b81 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -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>
diff --git a/docs/gallery.html b/docs/gallery.html
index 2bc3320f6..07002b081 100644
--- a/docs/gallery.html
+++ b/docs/gallery.html
@@ -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>
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 144acda0c..99377ef2f 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -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>
diff --git a/docs/index.html b/docs/index.html
index b9647bcb0..e7d307631 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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>
diff --git a/docs/javascript.html b/docs/javascript.html
index 81bc40ad4..6d552aed0 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -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>
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index 47fc75650..776e45288 100644
--- a/docs/templates/layout.mustache
+++ b/docs/templates/layout.mustache
@@ -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>