Update to Bootstrap 2.3.0

This commit is contained in:
Ben Word
2013-02-08 10:04:38 -06:00
parent f9ff9f10ac
commit 031cd6d856
45 changed files with 266 additions and 143 deletions

6
assets/css/less/popovers.less Executable file → Normal file
View File

@@ -9,7 +9,7 @@
left: 0;
z-index: @zindexPopover;
display: none;
width: 236px;
max-width: 276px;
padding: 1px;
text-align: left; // Reset given new insertion method
background-color: @popoverBackground;
@@ -40,6 +40,10 @@
background-color: @popoverTitleBackground;
border-bottom: 1px solid darken(@popoverTitleBackground, 5%);
.border-radius(5px 5px 0 0);
&:empty {
display: none;
}
}
.popover-content {