2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

increase height of homepage jumbotron, update vars and styles of popovers

This commit is contained in:
Mark Otto
2012-07-26 23:42:36 -07:00
parent 79067721b1
commit 6474190746
4 changed files with 20 additions and 17 deletions
+3 -2
View File
@@ -205,13 +205,14 @@
@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);