2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Swap -small and -large variables for -sm and -lg

This commit is contained in:
Mark Otto
2014-09-21 16:04:37 -07:00
parent 2cc9e773c5
commit d1660ad078
24 changed files with 285 additions and 285 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
background-color: @popover-bg;
background-clip: padding-box;
border: 1px solid @popover-border-color;
.border-radius(@border-radius-large);
.border-radius(@border-radius-lg);
.box-shadow(0 5px 10px rgba(0,0,0,.2));
// Overrides for proper insertion
@@ -38,7 +38,7 @@
font-size: @font-size-base;
background-color: @popover-title-bg;
border-bottom: 1px solid darken(@popover-title-bg, 5%);
border-radius: (@border-radius-large - 1) (@border-radius-large - 1) 0 0;
border-radius: (@border-radius-lg - 1) (@border-radius-lg - 1) 0 0;
}
.popover-content {