From: Mark Otto Date: Sat, 14 Jul 2018 21:07:14 +0000 (-0700) Subject: Merge branch 'examples-cleanup' of https://github.com/MartijnCuppens/bootstrap into... X-Git-Tag: v4.1.3~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eb456b5d827e90385d363c56b140d9b83ee100c;p=thirdparty%2Fbootstrap.git Merge branch 'examples-cleanup' of https://github.com/MartijnCuppens/bootstrap into MartijnCuppens-examples-cleanup --- 2eb456b5d827e90385d363c56b140d9b83ee100c diff --cc site/docs/4.1/examples/blog/blog.css index 059125fa86,e5a486421c..b60d0d2e90 --- a/site/docs/4.1/examples/blog/blog.css +++ b/site/docs/4.1/examples/blog/blog.css @@@ -68,9 -68,8 +68,6 @@@ h1, h2, h3, h4, h5, h6 .h-md-250 { height: 250px; } } - .border-top { border-top: 1px solid #e5e5e5; } - .border-bottom { border-bottom: 1px solid #e5e5e5; } -.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } -- /* * Blog name and description */ diff --cc site/docs/4.1/examples/checkout/form-validation.css index dcd283b97b,2c1e67aa97..7a6246faec --- a/site/docs/4.1/examples/checkout/form-validation.css +++ b/site/docs/4.1/examples/checkout/form-validation.css @@@ -2,8 -2,6 +2,4 @@@ max-width: 960px; } - .border-top { border-top: 1px solid #e5e5e5; } - .border-bottom { border-bottom: 1px solid #e5e5e5; } - .border-top-gray { border-top-color: #adb5bd; } -.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } -- .lh-condensed { line-height: 1.25; } diff --cc site/docs/4.1/examples/offcanvas/offcanvas.css index da00324003,2b7ed74191..22de95a411 --- a/site/docs/4.1/examples/offcanvas/offcanvas.css +++ b/site/docs/4.1/examples/offcanvas/offcanvas.css @@@ -70,8 -70,8 +70,6 @@@ body .bg-purple { background-color: #6f42c1; } - .border-bottom { border-bottom: 1px solid #e5e5e5; } -.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } -- .lh-100 { line-height: 1; } .lh-125 { line-height: 1.25; } .lh-150 { line-height: 1.5; } diff --cc site/docs/4.1/examples/pricing/pricing.css index 203b8ebe91,e94a5c77dc..cbf0ec013a --- a/site/docs/4.1/examples/pricing/pricing.css +++ b/site/docs/4.1/examples/pricing/pricing.css @@@ -18,6 -18,5 +18,3 @@@ html .card-deck .card { min-width: 220px; } -- - .border-top { border-top: 1px solid #e5e5e5; } - .border-bottom { border-bottom: 1px solid #e5e5e5; } -.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } diff --cc site/docs/4.1/examples/product/product.css index fc8b045196,84111ccf01..4db2864fc5 --- a/site/docs/4.1/examples/product/product.css +++ b/site/docs/4.1/examples/product/product.css @@@ -60,9 -60,8 +60,6 @@@ * Extra utilities */ - .border-top { border-top: 1px solid #e5e5e5; } - .border-bottom { border-bottom: 1px solid #e5e5e5; } -.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } -- .flex-equal > * { -ms-flex: 1; flex: 1;