aboutsummaryrefslogtreecommitdiff
path: root/scss/_tables.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-03-24 02:00:45 -0700
committerGitHub <[email protected]>2020-03-24 10:00:45 +0100
commit4ccd522a764ef54d20651ede5ae84492922bcd98 (patch)
tree706bd6d37749d0c425e15ae130960a1dc7301d3e /scss/_tables.scss
parent64a5987cc0927f4d1efecb7e1407d3bc3d6c23af (diff)
downloadbootstrap-4ccd522a764ef54d20651ede5ae84492922bcd98.tar.xz
bootstrap-4ccd522a764ef54d20651ede5ae84492922bcd98.zip
Add `.caption-top` for tables (#30435)
* Move caption-side to <table> element in Reboot * Add class for .caption-top
Diffstat (limited to 'scss/_tables.scss')
-rw-r--r--scss/_tables.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index d5b3cddf2..cb5fc8421 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -31,6 +31,13 @@
//
+// Change placement of captions with a class
+//
+
+.caption-top { caption-side: top; }
+
+
+//
// Condensed table w/ half padding
//