]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
increase height of homepage jumbotron, update vars and styles of popovers
authorMark Otto <markotto@twitter.com>
Fri, 27 Jul 2012 06:42:36 +0000 (23:42 -0700)
committerMark Otto <markotto@twitter.com>
Fri, 27 Jul 2012 06:42:36 +0000 (23:42 -0700)
docs/assets/css/bootstrap.css
docs/assets/css/docs.css
less/popovers.less
less/variables.less

index 2598d89d9f76ccbe8edeed3419dc7bac81fc5863..f806ed519f3d50721e93fa764383c3ee5965778c 100644 (file)
@@ -4858,8 +4858,9 @@ input[type="submit"].btn.btn-mini {
   left: 0;
   z-index: 1010;
   display: none;
-  width: 238px;
-  background-color: #fff;
+  width: 236px;
+  padding: 1px;
+  background-color: #ffffff;
   border: 1px solid #ccc;
   border: 1px solid rgba(0, 0, 0, 0.2);
   -webkit-border-radius: 6px;
@@ -4895,8 +4896,8 @@ input[type="submit"].btn.btn-mini {
   font-size: 14px;
   font-weight: normal;
   line-height: 18px;
-  background-color: #f5f5f5;
-  border-bottom: 1px solid #dcdcdc;
+  background-color: #f7f7f7;
+  border-bottom: 1px solid #ebebeb;
   -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
           border-radius: 5px 5px 0 0;
@@ -4938,7 +4939,7 @@ input[type="submit"].btn.btn-mini {
 .popover.top .arrow:after {
   bottom: -1px;
   left: -11px;
-  border-top-color: rgba(0, 0, 0, 0.2);
+  border-top-color: rgba(0, 0, 0, 0.25);
   border-width: 11px 11px 0;
 }
 
@@ -4953,7 +4954,7 @@ input[type="submit"].btn.btn-mini {
 .popover.right .arrow:after {
   bottom: -11px;
   left: -1px;
-  border-right-color: rgba(0, 0, 0, 0.2);
+  border-right-color: rgba(0, 0, 0, 0.25);
   border-width: 11px 11px 11px 0;
 }
 
@@ -4961,14 +4962,14 @@ input[type="submit"].btn.btn-mini {
   top: -10px;
   left: 50%;
   margin-left: -10px;
-  border-bottom-color: #f5f5f5;
+  border-bottom-color: #ffffff;
   border-width: 0 10px 10px;
 }
 
 .popover.bottom .arrow:after {
   top: -1px;
   left: -11px;
-  border-bottom-color: rgba(0, 0, 0, 0.2);
+  border-bottom-color: rgba(0, 0, 0, 0.25);
   border-width: 0 11px 11px;
 }
 
@@ -4983,7 +4984,7 @@ input[type="submit"].btn.btn-mini {
 .popover.left .arrow:after {
   right: -1px;
   bottom: -11px;
-  border-left-color: rgba(0, 0, 0, 0.2);
+  border-left-color: rgba(0, 0, 0, 0.25);
   border-width: 11px 0 11px 11px;
 }
 
index 764cfbbaca026b0aa2256042de97af1ec19662e1..0897cc5c5c629e24d5fc0a8d52ad45350b675d30 100644 (file)
@@ -177,7 +177,7 @@ hr.soften {
 /* Masthead (docs home)
 ------------------------- */
 .masthead {
-  padding: 50px 0 60px;
+  padding: 70px 0 80px;
   margin-bottom: 0;
   color: #fff;
 }
@@ -1000,7 +1000,7 @@ form.bs-docs-example {
             box-shadow: 0 -5px 15px rgba(0,0,0,.15);
   }
   .masthead + .bs-docs-canvas {
-    top: 530px;
+    top: 570px;
   }
   .subhead + .bs-docs-canvas {
     top: 250px;
index 147f54a5db1692d54f4c0a51d5549eec2f640fe7..2b3f1b059956b337dad93eab3644d835854557a7 100644 (file)
@@ -9,8 +9,9 @@
   left: 0;
   z-index: @zindexPopover;
   display: none;
-  width: 238px;
-  background-color: #fff;
+  width: 236px;
+  padding: 1px;
+  background-color: @popoverBackground;
   -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
           background-clip: padding-box;
@@ -34,7 +35,7 @@
   font-weight: normal;
   line-height: 18px;
   background-color: @popoverTitleBackground;
-  border-bottom: 1px solid darken(@popoverTitleBackground, 10%);
+  border-bottom: 1px solid darken(@popoverTitleBackground, 5%);
   .border-radius(5px 5px 0 0);
 }
 
@@ -92,7 +93,7 @@
     left: 50%;
     margin-left: -@popoverArrowWidth;
     border-width: 0 @popoverArrowWidth @popoverArrowWidth;
-    border-bottom-color: @popoverTitleBackground;
+    border-bottom-color: @popoverArrowColor;
     &:after {
       border-width: 0 @popoverArrowOuterWidth @popoverArrowOuterWidth;
       border-bottom-color: @popoverArrowOuterColor;
index ae5cd5e00b36f0efa6ab9442f088223e9be30766..0e3e13f4168a7e319e9869f7e574bbbb4b299631 100644 (file)
 @tooltipArrowWidth:       5px;
 @tooltipArrowColor:       @tooltipBackground;
 
+@popoverBackground:       #fff;
 @popoverArrowWidth:       10px;
 @popoverArrowColor:       #fff;
-@popoverTitleBackground:  #f5f5f5;
+@popoverTitleBackground:  darken(@popoverBackground, 3%);
 
 // Special enhancement for popovers
 @popoverArrowOuterWidth:  @popoverArrowWidth + 1;
-@popoverArrowOuterColor:  rgba(0,0,0,.2);
+@popoverArrowOuterColor:  rgba(0,0,0,.25);