Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <julien.deramond@orange.com>2022-05-11 09:11:39 +0300
committerMark Otto <otto@github.com>2022-05-11 21:29:26 +0300
commitbbda152cd918890e6168d7f6dcfdd27d4d6068a7 (patch)
tree7cd7454bc5a2a6d36a8bf22b9ed79dc872d0d608
parentdd19bf2657addd7738ee9ef107c24bd7b2544f36 (diff)
Remove unused `.border-right` rule from modal example CSS file
-rw-r--r--site/content/docs/5.1/examples/modals/modals.css2
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 6d92eafe38..51ad2c4fb7 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;
}