aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css20
-rw-r--r--docs/components.html4
-rw-r--r--docs/index.html7
3 files changed, 14 insertions, 17 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 2f45032f2..416b1830c 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -130,6 +130,7 @@ section {
/* Quick links
-------------------------------------------------- */
.quick-links {
+ min-height: 30px;
padding: 5px 20px;
margin: 45px 0;
list-style: none;
@@ -141,11 +142,11 @@ section {
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.03);
-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.03);
box-shadow: inset 0 1px 0 rgba(0,0,0,.03);
+ overflow: hidden;
}
.quick-links li {
display: inline;
margin: 0 5px;
- line-height: 30px;
}
.quick-links .divider {
color: #999;
@@ -258,7 +259,7 @@ section {
-ms-box-sizing: border-box; /* IE8 */
box-sizing: border-box; /* CSS3 spec*/
/* Hacks for IE7 to make this work just okay enough to function */
- *width: 90%;
+ *width: 270px;
*height: 24px;
}
@@ -386,7 +387,7 @@ section {
.popover-well .popover-menu-wrapper {
height: 80px;
}
-img.large-bird {
+.large-bird {
margin: 5px 0 0 310px;
opacity: .1;
}
@@ -467,9 +468,6 @@ form.well {
/* Icons
------------------------- */
-.the-icons {
-
-}
.the-icons i {
display: block;
margin-bottom: 5px;
@@ -483,11 +481,11 @@ form.well {
width: 100px;
}
-#javascript input[type='checkbox'] {
-display: inline;
-margin-left: 6px;
-position: relative;
-top: -1px;
+#javascript input[type=checkbox] {
+ position: relative;
+ top: -1px;
+ display: inline;
+ margin-left: 6px;
}
diff --git a/docs/components.html b/docs/components.html
index e88bd777c..83a024456 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -958,10 +958,10 @@
</ul>
<pre class="prettyprint linenums">
&lt;ul class="pager"&gt;
- &lt;li&gt;
+ &lt;li class="previous"&gt;
&lt;a href="#"&gt;&amp;larr; Older&lt;/a&gt;
&lt;/li&gt;
- &lt;li&gt;
+ &lt;li class="next"&gt;
&lt;a href="#"&gt;Newer &amp;rarr;&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
diff --git a/docs/index.html b/docs/index.html
index cb924bae6..736352b43 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -119,7 +119,6 @@
<p class="download-info">
<a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">Download on GitHub</a>
<a href="./scaffolding.html" class="btn btn-large">Get started &rarr;</a>
- Currently v2.0.0
</p>
<div class="benefits">
@@ -145,10 +144,10 @@
<li><a href="https://github.com/twitter/bootstrap/wiki/Changelog">Changelog</a></li>
<li class="divider">&middot;</li>
<li>
- <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
+ <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="114px" height="20px"></iframe>
</li>
<li>
- <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="94px" height="20px"></iframe>
+ <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
</li>
<!--
<li><strong>Authors</strong></li>
@@ -288,7 +287,7 @@
</td>
<td class="quick-start">
<h3>Fork on GitHub</h3>
- <p>Download, fork, pull, file issues, and more with the official Bootstrap repo on Github.</p>
+ <p>Download, fork, pull, file issues, and more with the Bootstrap GitHub repo.</p>
<p><a target="_blank" href="https://github.com/twitter/bootstrap" class="btn primary">Bootstrap on GitHub &raquo;</a></p>
<p class="current-version">Currently <a href="https://github.com/twitter/bootstrap/wiki/Changelog">v2.0.0</a></p>
</td>