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-03-29 09:48:56 +0300
committerMark Otto <otto@github.com>2022-04-01 00:00:10 +0300
commit16711ff5b12df1412e1d4957b64df811e9e3efe3 (patch)
treeda1659fd13402f5f4f1e6a806822dc2637903ba4 /site/layouts
parentbef4f3b6c6d04ff8363ead0b1d9a88aad4b0a170 (diff)
Fix duplicate `.rounded-*` and `.fw-semibold` defs in examples
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/_default/examples.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/site/layouts/_default/examples.html b/site/layouts/_default/examples.html
index 9a3334fb25..f70f859a6f 100644
--- a/site/layouts/_default/examples.html
+++ b/site/layouts/_default/examples.html
@@ -51,10 +51,6 @@
fill: currentColor;
}
- .rounded-4 { border-radius: .5rem; }
- .rounded-5 { border-radius: .75rem; }
- .rounded-6 { border-radius: 1rem; }
-
.nav-scroller {
position: relative;
z-index: 2;