]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
mo betta btn classes in docs
authorMark Otto <otto@github.com>
Mon, 19 Aug 2013 04:02:52 +0000 (21:02 -0700)
committerMark Otto <otto@github.com>
Mon, 19 Aug 2013 04:02:52 +0000 (21:02 -0700)
assets/css/docs.css
customize.html
index.html

index fb3e2c689442ea55e7e51bee82be312accc787ef..90ec94d4b643284af7862daa687aa03288d52727 100644 (file)
@@ -43,28 +43,28 @@ body {
 }
 
 /* Outline button for use within the docs */
-.btn-bs {
+.btn-outline {
   color: #563d7c;
   background-color: #fff;
   border-color: #e5e5e5;
 }
-.btn-bs:hover,
-.btn-bs:focus,
-.btn-bs:active {
+.btn-outline:hover,
+.btn-outline:focus,
+.btn-outline:active {
   color: #fff;
   background-color: #563d7c;
   border-color: #563d7c;
 }
 
-/* Homepage outline button */
-.btn-outline {
+/* Inverted outline button (white on dark) */
+.btn-outline-inverse {
   color: #fff;
   background-color: transparent;
   border-color: #cdbfe3;
 }
-.btn-outline:hover,
-.btn-outline:focus,
-.btn-outline:active {
+.btn-outline-inverse:hover,
+.btn-outline-inverse:focus,
+.btn-outline-inverse:active {
   color: #563d7c;
   text-shadow: none;
   background-color: #fff;
index 2d2c6365e66c36af4ba3454bc8ef4fdcfcb65cdb..fb4595ae21615325a09b5440e2bf01629053f1bc 100644 (file)
@@ -1449,7 +1449,7 @@ base_url: "../"
     </div>
     <p class="lead">Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.</p>
     <div class="bs-customize-download">
-      <button id="btn-compile" class="btn btn-block btn-lg btn-bs" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Compile and Download</button>
+      <button id="btn-compile" class="btn btn-block btn-lg btn-outline" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Compile and Download</button>
     </div>
   </div><!-- /download -->
 </form>
index 26252c889fcaf7197b5dc9f5b9df00da4fa42a63..eab9d1d85c06ffff46100be7d289b8ab55a65d73 100644 (file)
@@ -9,7 +9,7 @@ base_url: "./"
     <h1>Bootstrap 3</h1>
     <p class="lead">Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.</p>
     <p>
-      <a href="{{ site.download }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);">Download Bootstrap</a>
+      <a href="{{ site.download }}" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);">Download Bootstrap</a>
     </p>
   </div>
 </main>