Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion online-docs/_static/css/COMPAS.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@
vertical-align: text-top !important;
}

/* This takes puts borders on tables with class 'bordered' - at least it does for list-table, but doesn't seem to work for flat-table */
/* This puts borders on tables with class 'bordered' - at least it does for list-table, but doesn't seem to work for flat-table */
.rst-content table.docutils.bordered, .wy-table-bordered-all.bordered, .bordered table, .bordered thead, .bordered tbody, .bordered tr, .bordered td, .bordered th {
border-width: 1px !important;
border-style: solid !important;
border-color: black !important;
padding: 5px !important;
}

/* left align tables (default seems to be centred) */
table {
float: left;
}

.boldtext {
font-weight: bold !important;
}
Expand Down