diff options
| author | Chris Rebert <[email protected]> | 2014-07-31 11:46:17 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-31 11:46:17 -0700 |
| commit | 87ce3710188e4ffd1d2bdcfd4da136e284e50f62 (patch) | |
| tree | 0d7df4a11e2ddbc46788b82a1ec58f63c2adaf83 /docs/assets/css | |
| parent | f026cfb8310f31db94823d031a382de5d5b0520b (diff) | |
| parent | 9739271c04646ca49d8937043e45a6c9f6930bbc (diff) | |
| download | bootstrap-87ce3710188e4ffd1d2bdcfd4da136e284e50f62.tar.xz bootstrap-87ce3710188e4ffd1d2bdcfd4da136e284e50f62.zip | |
Merge branch 'thomaswelton/11004-import-config'
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/src/docs.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 142519bd5..ea0739893 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -1378,6 +1378,30 @@ h1[id] { box-shadow: inset 0 2px 4px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1); } +.bs-dropzone { + position: relative; + padding: 20px; + margin-bottom: 20px; + color: #777; + text-align: center; + border: 2px dashed #eee; + border-radius: 4px; +} +.bs-dropzone h2 { + margin-top: 0; + margin-bottom: 5px; +} +.bs-dropzone .lead { + margin-bottom: 10px; + font-weight: normal; + color: #333; +} +.bs-dropzone hr { + width: 100px; +} +.bs-dropzone p:last-child { + margin-bottom: 0; +} /* * Brand guidelines |
