From fed68ea5991ce8bd116b764e1e93e325e56825b7 Mon Sep 17 00:00:00 2001
From: hankhill19580
Date: Mon, 2 Sep 2019 20:07:19 +0000
Subject: [PATCH] create unwrapped-table CSS class and apply it to SAM table
---
i2p2www/pages/site/docs/api/samv3.html | 2 +-
i2p2www/static/styles/duck/default.css | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/i2p2www/pages/site/docs/api/samv3.html b/i2p2www/pages/site/docs/api/samv3.html
index 22a415f5..e35f6eb7 100644
--- a/i2p2www/pages/site/docs/api/samv3.html
+++ b/i2p2www/pages/site/docs/api/samv3.html
@@ -15,7 +15,7 @@ Older versions:
Known SAM libraries
-
+
diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css
index 974c6fc5..c26c24de 100644
--- a/i2p2www/static/styles/duck/default.css
+++ b/i2p2www/static/styles/duck/default.css
@@ -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;