This commit is contained in:
mrmrs 2014-03-06 20:59:19 -08:00
parent 17e41098c8
commit 4868096dbd
5 changed files with 3 additions and 3 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -37,7 +37,7 @@
line-height: 18px;
background-color: @popover-title-bg;
border-bottom: 1px solid darken(@popover-title-bg, 5%);
border-radius: 5px 5px 0 0;
border-radius: (@border-radius-large - 1) (@border-radius-large - 1) 0 0;
}
.popover-content {

File diff suppressed because one or more lines are too long