Fix #335 - Update to Bootstrap 2.0.2
This commit is contained in:
10
css/less/wells.less
Normal file → Executable file
10
css/less/wells.less
Normal file → Executable file
@@ -15,3 +15,13 @@
|
||||
border-color: rgba(0,0,0,.15);
|
||||
}
|
||||
}
|
||||
|
||||
// Sizes
|
||||
.well-large {
|
||||
padding: 24px;
|
||||
.border-radius(6px);
|
||||
}
|
||||
.well-small {
|
||||
padding: 9px;
|
||||
.border-radius(3px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user