Popover Title Border Radius
Created by: piperone
Line 40 in popovers.less:
border-radius: 5px 5px 0 0;
Shouldn't this use the @border-radius-base or @border-radius-large variable instead?
border-radius: @border-radius-base @border-radius-base 0 0;