]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove .border-bottom & .border-top classes from examples 26810/head
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Thu, 5 Jul 2018 20:42:01 +0000 (22:42 +0200)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Thu, 5 Jul 2018 20:42:01 +0000 (22:42 +0200)
docs/4.1/examples/blog/blog.css
docs/4.1/examples/checkout/form-validation.css
docs/4.1/examples/dashboard/dashboard.css
docs/4.1/examples/offcanvas/offcanvas.css
docs/4.1/examples/pricing/pricing.css
docs/4.1/examples/product/product.css

index 399b7e8730fa8b6a6c504b1be67a27453ea8c78a..e5a486421c4efca136a1180a23b5631d7ccd73d7 100644 (file)
@@ -68,9 +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); }
 
 /*
index fd88d5a4037098d8455518d643af3e11e7809561..2c1e67aa97071074db198ae16feac626cd880023 100644 (file)
@@ -2,10 +2,6 @@
   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; }
index 39180973996cb2ec6790b6e12849a16d324035da..eb3bb8540950a82401f44f99d75a46f34928555c 100644 (file)
@@ -98,10 +98,3 @@ body {
   border-color: transparent;
   box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
 }
-
-/*
- * Utilities
- */
-
-.border-top { border-top: 1px solid #e5e5e5; }
-.border-bottom { border-bottom: 1px solid #e5e5e5; }
index 7edfa0bc9cbd0e026f95b1218f3d6fbbeae8193b..2b7ed74191295e0c15c8f473e6ce704aa741a31e 100644 (file)
@@ -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; }
index 1b52205c6edf7d856874866d72e310b6a129d77e..e94a5c77dc19f744082b06724f11cf861f5680f0 100644 (file)
@@ -19,7 +19,4 @@ html {
   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); }
index cc0d15c8ce991517b0d1cae02010694ee4d4ff84..84111ccf0132cd5c4b103ab71ad8df246349f223 100644 (file)
@@ -60,9 +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 > * {