create unwrapped-table CSS class and apply it to SAM table

This commit is contained in:
hankhill19580
2019-09-02 20:07:19 +00:00
parent 62eb6bb99f
commit fed68ea599
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ Older versions:
</p>
<h2>Known SAM libraries</h2>
<table>
<table class="unwrapped-table">
<colgroup>
<col style="width: 8%" />
<col style="width: 8%" />

View File

@@ -755,14 +755,14 @@ pre.literal-block {
/*special formatting for tables and textareas inside the content*/
div#content table {
div#content .unweapped-table > table {
table-layout: auto;
width: 90%;
border: 1px solid;
font-size: 0.70rem;
}
div#content td {
div#content .unwrapped-table > td {
border: 1px solid;
overflow: hidden;
white-space: nowrap;