create unwrapped-table CSS class and apply it to SAM table
This commit is contained in:
@@ -15,7 +15,7 @@ Older versions:
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Known SAM libraries</h2>
|
<h2>Known SAM libraries</h2>
|
||||||
<table>
|
<table class="unwrapped-table">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 8%" />
|
<col style="width: 8%" />
|
||||||
<col style="width: 8%" />
|
<col style="width: 8%" />
|
||||||
|
@@ -755,14 +755,14 @@ pre.literal-block {
|
|||||||
|
|
||||||
/*special formatting for tables and textareas inside the content*/
|
/*special formatting for tables and textareas inside the content*/
|
||||||
|
|
||||||
div#content table {
|
div#content .unweapped-table > table {
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
font-size: 0.70rem;
|
font-size: 0.70rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#content td {
|
div#content .unwrapped-table > td {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Reference in New Issue
Block a user