This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new b32d5b0 HTML output looks better if tables use width:100%.
b32d5b0 is described below
commit b32d5b08fcac758874f2380c4071333239452684
Author: JamesBognar <[email protected]>
AuthorDate: Sun Mar 18 16:33:10 2018 -0400
HTML output looks better if tables use width:100%.
---
.../src/main/resources/org/apache/juneau/rest/styles/dark.css | 1 +
.../src/main/resources/org/apache/juneau/rest/styles/devops.css | 1 +
.../src/main/resources/org/apache/juneau/rest/styles/light.css | 1 +
3 files changed, 3 insertions(+)
diff --git
a/juneau-rest/juneau-rest-server/src/main/resources/org/apache/juneau/rest/styles/dark.css
b/juneau-rest/juneau-rest-server/src/main/resources/org/apache/juneau/rest/styles/dark.css
index c567dc9..768cf4a 100644
---
a/juneau-rest/juneau-rest-server/src/main/resources/org/apache/juneau/rest/styles/dark.css
+++
b/juneau-rest/juneau-rest-server/src/main/resources/org/apache/juneau/rest/styles/dark.css
@@ -141,6 +141,7 @@ article div.data {
article table {
border: none;
+ width: 100%;
}
article th {
diff --git
a/juneau-rest/juneau-rest-server/src/main/resources/org/apache/juneau/rest/styles/devops.css
b/juneau-rest/juneau-rest-server/src/main/resources/org/apache/juneau/rest/styles/devops.css
index b25c9ed..e9a28a0 100644
---
a/juneau-rest/juneau-rest-server/src/main/resources/org/apache/juneau/rest/styles/devops.css
+++
b/juneau-rest/juneau-rest-server/src/main/resources/org/apache/juneau/rest/styles/devops.css
@@ -134,6 +134,7 @@ article div.data {
article table {
border: none;
+ width: 100%;
}
article th {
diff --git
a/juneau-rest/juneau-rest-server/src/main/resources/org/apache/juneau/rest/styles/light.css
b/juneau-rest/juneau-rest-server/src/main/resources/org/apache/juneau/rest/styles/light.css
index 63ccf7e..8370b4a 100644
---
a/juneau-rest/juneau-rest-server/src/main/resources/org/apache/juneau/rest/styles/light.css
+++
b/juneau-rest/juneau-rest-server/src/main/resources/org/apache/juneau/rest/styles/light.css
@@ -130,6 +130,7 @@ article * {
article table {
border: none;
+ width: 100%;
}
article td {
--
To stop receiving notification emails like this one, please contact
[email protected].