Skip to content

Commit 7b3e37d

Browse files
committed
theme overrides - table defs 2
1 parent 387debd commit 7b3e37d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_static/css/theme_overrides.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ table.docutils div.line-block {
3939
}
4040

4141

42+
/* Overrides are not restricted to table where the class is applied, but seem to affect all tables. ?? */
43+
4244
/* Wrap text in table instead of scollbars: http://knowyourtoolset.com/2018/02/controlling-the-width-of-a-table-with-read-the-docs/ */
4345
/* Add ":class: table-fix-width" to table definitions */
4446
.table-fix-width table, th, td {
@@ -65,7 +67,7 @@ table.docutils div.line-block {
6567
white-space: normal;
6668
/* Align text to top center */
6769
vertical-align: top;
68-
text-align: center;
70+
/* text-align: center; */
6971
/* Remove ALL table borders */
7072
border: 0px solid white;
7173
/* Adjust padding for tables; top / right / bottom / left */

0 commit comments

Comments
 (0)