2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Fixes #11867: Add @panel-body-padding variable

This commit is contained in:
Mark Otto
2013-12-14 11:44:54 -08:00
parent ecc6f4e6bc
commit 914f5e6a1d
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
// Panel contents
.panel-body {
padding: 15px;
padding: @panel-body-padding;
&:extend(.clearfix all);
}