1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

drop wells

This commit is contained in:
Mark Otto
2014-07-08 00:25:13 -07:00
parent 97008c381a
commit b29268dc48
10 changed files with 4 additions and 80 deletions

View File

@@ -5347,28 +5347,6 @@ a.list-group-item-danger.active:focus {
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, .15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 1.5rem;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long