Skip to content

Commit b6e1677

Browse files
committed
table alignment tweak
1 parent e361264 commit b6e1677

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/_static/ngqt.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ code span.pre {
4343
}
4444

4545
/* tables */
46-
table.docutils td, table.docutils th {
46+
table.docutils td,
47+
table.docutils th {
4748
padding: 4px 8px;
4849
border-top: 0;
4950
border-left: 0;
@@ -52,6 +53,10 @@ table.docutils td, table.docutils th {
5253
background: #24272b;
5354
}
5455

56+
table.align-center {
57+
margin-left: unset;
58+
}
59+
5560
/*-----------------------------------------*/
5661

5762
/* modules index */

0 commit comments

Comments
 (0)