aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/css/docs.css1
-rw-r--r--docs/download.html2
-rw-r--r--docs/templates/pages/download.mustache2
3 files changed, 2 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 3265e324f..9f21f901f 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -30,7 +30,6 @@ body {
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
-
}
.navbar-fixed .brand:hover {
text-decoration: none;
diff --git a/docs/download.html b/docs/download.html
index 7b045ae8e..58fdd5659 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -69,7 +69,7 @@
<!-- Masthead
================================================== -->
<header class="jumbotron subhead" id="overview">
- <h1>Download and customize</h1>
+ <h1>Customize and download</h1>
<p class="lead"><a href="https://github.com/twitter/bootstrap/zipball/master">Download the full repository</a> or customize your entire Bootstrap build by selecting only the components, javascript plugins, and assets you need.</p>
<div class="subnav">
<ul class="nav pills">
diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache
index f5964dc35..4478a006a 100644
--- a/docs/templates/pages/download.mustache
+++ b/docs/templates/pages/download.mustache
@@ -5,7 +5,7 @@
<!-- Masthead
================================================== -->
<header class="jumbotron subhead" id="overview">
- <h1>{{_i}}Download and customize{{/i}}</h1>
+ <h1>{{_i}}Customize and download{{/i}}</h1>
<p class="lead">{{_i}}<a href="https://github.com/twitter/bootstrap/zipball/master">Download the full repository</a> or customize your entire Bootstrap build by selecting only the components, javascript plugins, and assets you need.{{/i}}</p>
<div class="subnav">
<ul class="nav pills">