diff options
| author | Mark Otto <[email protected]> | 2016-11-26 16:49:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-26 16:49:39 -0800 |
| commit | b456cb351d056b5884e9f0c089b28e84f08ee256 (patch) | |
| tree | cae6f86a821d1217b18a414719ad4862c3feda53 /docs/assets/css/docs.min.css | |
| parent | f7f5547dab499e00301afec1154c85bd2f22faa3 (diff) | |
| download | bootstrap-b456cb351d056b5884e9f0c089b28e84f08ee256.tar.xz bootstrap-b456cb351d056b5884e9f0c089b28e84f08ee256.zip | |
grunt
Diffstat (limited to 'docs/assets/css/docs.min.css')
| -rw-r--r-- | docs/assets/css/docs.min.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index 899e32c28..ced5cc88f 100644 --- a/docs/assets/css/docs.min.css +++ b/docs/assets/css/docs.min.css @@ -910,6 +910,15 @@ margin-bottom: .5rem; } +.bd-example-border-utils [class^="border-"] { + display: inline-block; + width: 6rem; + height: 6rem; + margin: .25rem; + background-color: #f5f5f5; + border: 1px solid; +} + .highlight { padding: 1rem; margin: 1rem -15px; |
