From: parammittal16 Date: Fri, 11 May 2018 18:48:37 +0000 (+0530) Subject: Fix unused box-shadow class X-Git-Tag: v4.1.3~27^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cc6220161bde4975a8298677740948768fe5b3a;p=thirdparty%2Fbootstrap.git Fix unused box-shadow class --- diff --git a/docs/4.1/examples/checkout/form-validation.css b/docs/4.1/examples/checkout/form-validation.css index fd88d5a403..dcd283b97b 100644 --- a/docs/4.1/examples/checkout/form-validation.css +++ b/docs/4.1/examples/checkout/form-validation.css @@ -6,6 +6,4 @@ .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; }