diff options
| author | Mark Otto <[email protected]> | 2013-01-16 13:05:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-16 13:05:20 -0800 |
| commit | 2407217686cda083d0c560733f159421b77bd0fe (patch) | |
| tree | 829d789543462abb9cdaadc6367f149e72b51eff /docs/assets/css/bootstrap.css | |
| parent | ab38493e91d3d0f95d57189af6e67de7671e4104 (diff) | |
| download | bootstrap-2407217686cda083d0c560733f159421b77bd0fe.tar.xz bootstrap-2407217686cda083d0c560733f159421b77bd0fe.zip | |
restore wells and close
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 1bb409d37..170921099 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2509,6 +2509,59 @@ fieldset[disabled] .btn-link:hover { z-index: 1051; } +.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, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); +} + +.well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, 0.15); +} + +.well-large { + padding: 24px; + border-radius: 6px; +} + +.well-small { + padding: 9px; + border-radius: 3px; +} + +.close { + float: right; + font-size: 20px; + font-weight: bold; + line-height: 20px; + color: #000; + text-shadow: 0 1px 0 #ffffff; + opacity: 0.2; + filter: alpha(opacity=20); +} + +.close:hover { + color: #000; + text-decoration: none; + cursor: pointer; + opacity: 0.4; + filter: alpha(opacity=40); +} + +button.close { + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; +} + .nav { padding-left: 0; margin-bottom: 0; |
