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/dist/css/bootstrap.css | |
| parent | f7f5547dab499e00301afec1154c85bd2f22faa3 (diff) | |
| download | bootstrap-b456cb351d056b5884e9f0c089b28e84f08ee256.tar.xz bootstrap-b456cb351d056b5884e9f0c089b28e84f08ee256.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 1d38e1ade..531a02965 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -6173,6 +6173,26 @@ a.bg-inverse:focus, a.bg-inverse:hover { background-color: #101112 !important; } +.border-0 { + border: 0 !important; +} + +.border-top-0 { + border-top: 0 !important; +} + +.border-right-0 { + border-right: 0 !important; +} + +.border-bottom-0 { + border-bottom: 0 !important; +} + +.border-left-0 { + border-left: 0 !important; +} + .rounded { border-radius: 0.25rem; } @@ -6201,6 +6221,10 @@ a.bg-inverse:focus, a.bg-inverse:hover { border-radius: 50%; } +.rounded-0 { + border-radius: 0; +} + .clearfix::after { content: ""; display: table; |
