0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00
This commit is contained in:
Chris Rebert 2013-04-22 16:11:11 -07:00
parent e0d60b1325
commit 269b8aa761
2 changed files with 2 additions and 2 deletions

View File

@ -414,7 +414,7 @@
@media (min-width: @grid-float-breakpoint) {
float: left;
// Calculate width based on number of columns available
width: percentage(@columns / @grid-columns);
width: percentage((@columns / @grid-columns));
}
// Prevent columns from collapsing when empty
min-height: 1px;

View File

@ -17,7 +17,7 @@
.panel-heading {
margin: -15px -15px 15px;
padding: 10px 15px;
font-size: @font-size-base * 1.25;
font-size: (@font-size-base * 1.25);
font-weight: 500;
background-color: @panel-heading-bg;
border-bottom: 1px solid @panel-border;