File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -79,10 +79,14 @@ table.tableblock tbody td.tableblock p.tableblock {
79
79
}
80
80
81
81
table .tableblock .title {
82
- display : inline-block;
82
+ /* 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
+ */
83
87
width : 100% ;
84
88
padding : 10px 0 0 ;
85
- margin-bottom : 10px ;
89
+ margin : 10px 0 ;
86
90
}
87
91
88
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 {
135
- position : absolute;
136
- left : 0 ;
137
- top : -30px ;
138
- }
139
-
140
138
table .tableblock .caption-table ,
141
139
div .ulist + table .tableblock ,
142
140
table .tableblock + table .tableblock {
You can’t perform that action at this time.
0 commit comments