2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip

This commit is contained in:
fat
2013-07-25 23:30:29 -07:00
9 changed files with 62 additions and 30 deletions
+7 -2
View File
@@ -2269,14 +2269,19 @@ a.list-group-item.active .list-group-item-text {
.panel-heading {
padding: 10px 15px;
margin: -15px -15px 15px;
font-size: 17.5px;
font-weight: 500;
background-color: #f5f5f5;
border-bottom: 1px solid #dddddd;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 17.5px;
font-weight: 500;
}
.panel-footer {
padding: 10px 15px;
margin: 15px -15px -15px;
+1 -1
View File
File diff suppressed because one or more lines are too long