We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca88e1 commit 2d0cbc1Copy full SHA for 2d0cbc1
src/css/table.css
@@ -79,10 +79,14 @@ table.tableblock tbody td.tableblock p.tableblock {
79
}
80
81
table.tableblock .title {
82
- display: inline-block;
+ /* display: table-caption;
83
+ compresses caption on e.g.
84
+ https://docs.couchbase.com/server/current/backup-restore/enterprise-backup-restore.html
85
+ into single cell at width < 768px.
86
+ */
87
width: 100%;
88
padding: 10px 0 0;
- margin-bottom: 10px;
89
+ margin: 10px 0;
90
91
92
.doc .admonitionblock td.icon {
@@ -131,12 +135,6 @@ table.table-tutorial tr td:last-child {
131
135
position: relative;
132
136
133
137
134
- table.tableblock caption.title {
- position: absolute;
- left: 0;
- top: -30px;
138
- }
139
-
140
table.tableblock.caption-table,
141
div.ulist + table.tableblock,
142
table.tableblock + table.tableblock {
0 commit comments