From 87065772b1054a8198caddbf1e8e856c8202c7c7 Mon Sep 17 00:00:00 2001 From: Varunram Date: Mon, 12 Mar 2018 13:38:09 +0530 Subject: [PATCH 01/58] Fix #25813 by adding extra columns to table --- docs/4.0/content/tables.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/4.0/content/tables.md b/docs/4.0/content/tables.md index cfacb3c793..2ef7fd8934 100644 --- a/docs/4.0/content/tables.md +++ b/docs/4.0/content/tables.md @@ -763,6 +763,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u Heading Heading Heading + Heading + Heading + Heading @@ -773,6 +776,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u Cell Cell Cell + Cell + Cell + Cell 2 @@ -781,6 +787,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u Cell Cell Cell + Cell + Cell + Cell 3 @@ -789,6 +798,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u Cell Cell Cell + Cell + Cell + Cell From afcbd65afb101fa794b7f98657675fc0ed5ac054 Mon Sep 17 00:00:00 2001 From: parammittal16 Date: Sat, 12 May 2018 00:16:28 +0530 Subject: [PATCH 02/58] Fix box-shadow class with built in utility --- docs/4.1/examples/album/album.css | 2 -- docs/4.1/examples/album/index.html | 20 ++++++++++---------- docs/4.1/examples/blog/blog.css | 2 -- docs/4.1/examples/blog/index.html | 4 ++-- docs/4.1/examples/offcanvas/index.html | 8 ++++---- docs/4.1/examples/offcanvas/offcanvas.css | 2 -- docs/4.1/examples/pricing/index.html | 8 ++++---- docs/4.1/examples/pricing/pricing.css | 2 -- docs/4.1/examples/product/index.html | 20 ++++++++++---------- docs/4.1/examples/product/product.css | 2 -- 10 files changed, 30 insertions(+), 40 deletions(-) diff --git a/docs/4.1/examples/album/album.css b/docs/4.1/examples/album/album.css index 7eabbf9b2f..f9d1518d3c 100644 --- a/docs/4.1/examples/album/album.css +++ b/docs/4.1/examples/album/album.css @@ -35,5 +35,3 @@ footer { footer p { margin-bottom: .25rem; } - -.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } diff --git a/docs/4.1/examples/album/index.html b/docs/4.1/examples/album/index.html index ac765aaa4d..dbfd38ebf2 100644 --- a/docs/4.1/examples/album/index.html +++ b/docs/4.1/examples/album/index.html @@ -37,7 +37,7 @@ -