]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add version # to docs
authorMark Otto <mark.otto@twitter.com>
Fri, 9 Sep 2011 23:00:59 +0000 (16:00 -0700)
committerMark Otto <mark.otto@twitter.com>
Fri, 9 Sep 2011 23:00:59 +0000 (16:00 -0700)
bootstrap-1.3.0.css
bootstrap-1.3.0.min.css
docs/assets/css/docs.css
docs/index.html
lib/patterns.less

index d7e39b8230de25eb39c09de11752c46aa1176f30..873df4c94210459e5ee105af84949f6aa7431ce5 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Sep  9 00:02:14 PDT 2011
+ * Date: Fri Sep  9 10:06:26 PDT 2011
  */
 /* Reset.less
  * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here      that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -2006,6 +2006,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
   box-shadow: inset 0 1px 0 #ffffff;
   zoom: 1;
   margin-bottom: 0;
+  text-align: right;
 }
 .modal-footer:before, .modal-footer:after {
   display: table;
@@ -2015,8 +2016,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
   clear: both;
 }
 .modal-footer .btn {
-  float: right;
-  margin-left: 10px;
+  margin-left: 5px;
 }
 .twipsy {
   display: block;
index c0153cb1fc58a3ec9fb504ca0b3dc64a457a5b61..567922a54d3180de9e748818d4cee48cd967e457 100644 (file)
@@ -277,9 +277,9 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
 .modal{position:fixed;top:50%;left:50%;z-index:2000;width:560px;margin:-250px 0 0 -250px;background-color:#ffffff;border:1px solid #999;border:1px solid rgba(0, 0, 0, 0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.modal .close{margin-top:7px;}
 .modal-header{border-bottom:1px solid #eee;padding:5px 15px;}
 .modal-body{padding:15px;}
-.modal-footer{background-color:#f5f5f5;padding:14px 15px 15px;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;zoom:1;margin-bottom:0;}.modal-footer:before,.modal-footer:after{display:table;content:"";}
+.modal-footer{background-color:#f5f5f5;padding:14px 15px 15px;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;zoom:1;margin-bottom:0;text-align:right;}.modal-footer:before,.modal-footer:after{display:table;content:"";}
 .modal-footer:after{clear:both;}
-.modal-footer .btn{float:right;margin-left:10px;}
+.modal-footer .btn{margin-left:5px;}
 .twipsy{display:block;position:absolute;visibility:visible;padding:5px;font-size:11px;z-index:1000;filter:alpha(opacity=80);-khtml-opacity:0.8;-moz-opacity:0.8;opacity:0.8;}.twipsy.above .twipsy-arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
 .twipsy.left .twipsy-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
 .twipsy.below .twipsy-arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
index 31ed82a7fb7286b438e1c24a042691b3169ec7e5..536446c234da6950393f414daa4dafb18c32f299 100644 (file)
@@ -111,6 +111,10 @@ section > .row {
   margin-bottom: 9px;
   color: #333;
 }
+.quickstart .current-version,
+.quickstart .current-version a {
+  color: #999;
+}
 .quickstart h6 {
   color: #999;
 }
index 083e38b0bf03d19a8499fd04210f8ad276cbad91..4d722d8679dd4787858420bc3158e157e82490e6 100644 (file)
@@ -97,6 +97,7 @@
             <h6>Fork on GitHub</h6>
             <p>Download, fork, pull, file issues, and more with the official Bootstrap repo on Github.</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">v1.2.0</a></p>
           </div>
         </div><!-- /row -->
       </div>
             <p>One fine body…</p>
           </div>
           <div class="modal-footer">
-            <a href="#" class="btn primary">Primary</a>
             <a href="#" class="btn secondary">Secondary</a>
+            <a href="#" class="btn primary">Primary</a>
           </div>
         </div>
       </div>
index f308e5ebf3e1975bf98f7b9b89fdd6bbedefb1e7..0b72054f76431f67ac950080c346762a30fadfdd 100644 (file)
@@ -771,9 +771,9 @@ input[type=submit].btn {
   .box-shadow(inset 0 1px 0 #fff);
   .clearfix();
   margin-bottom: 0;
+  text-align: right;
   .btn {
-    float: right;
-    margin-left: 10px;
+    margin-left: 5px;
   }
 }