diff options
| author | Julien Déramond <[email protected]> | 2022-05-11 08:11:39 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-05-11 11:29:26 -0700 |
| commit | bbda152cd918890e6168d7f6dcfdd27d4d6068a7 (patch) | |
| tree | 7cd7454bc5a2a6d36a8bf22b9ed79dc872d0d608 /site/content/docs/5.1/examples | |
| parent | dd19bf2657addd7738ee9ef107c24bd7b2544f36 (diff) | |
| download | bootstrap-bbda152cd918890e6168d7f6dcfdd27d4d6068a7.tar.xz bootstrap-bbda152cd918890e6168d7f6dcfdd27d4d6068a7.zip | |
Remove unused `.border-right` rule from modal example CSS file
Diffstat (limited to 'site/content/docs/5.1/examples')
| -rw-r--r-- | site/content/docs/5.1/examples/modals/modals.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/site/content/docs/5.1/examples/modals/modals.css b/site/content/docs/5.1/examples/modals/modals.css index 6d92eafe3..51ad2c4fb 100644 --- a/site/content/docs/5.1/examples/modals/modals.css +++ b/site/content/docs/5.1/examples/modals/modals.css @@ -10,8 +10,6 @@ width: 380px; } -.border-right { border-right: 1px solid #eee; } - .modal-tour .modal-dialog { width: 380px; } |
