We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387debd commit 7b3e37dCopy full SHA for 7b3e37d
_static/css/theme_overrides.css
@@ -39,6 +39,8 @@ table.docutils div.line-block {
39
}
40
41
42
+/* Overrides are not restricted to table where the class is applied, but seem to affect all tables. ?? */
43
+
44
/* Wrap text in table instead of scollbars: http://knowyourtoolset.com/2018/02/controlling-the-width-of-a-table-with-read-the-docs/ */
45
/* Add ":class: table-fix-width" to table definitions */
46
.table-fix-width table, th, td {
@@ -65,7 +67,7 @@ table.docutils div.line-block {
65
67
white-space: normal;
66
68
/* Align text to top center */
69
vertical-align: top;
- text-align: center;
70
+ /* text-align: center; */
71
/* Remove ALL table borders */
72
border: 0px solid white;
73
/* Adjust padding for tables; top / right / bottom / left */
0 commit comments