1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Add .caption-top for tables (#30435)

* Move caption-side to <table> element in Reboot

* Add class for .caption-top
This commit is contained in:
Mark Otto
2020-03-24 02:00:45 -07:00
committed by GitHub
parent 64a5987cc0
commit 4ccd522a76
3 changed files with 44 additions and 1 deletions

View File

@@ -30,6 +30,13 @@
}
//
// Change placement of captions with a class
//
.caption-top { caption-side: top; }
//
// Condensed table w/ half padding
//