Repository: incubator-nifi Updated Branches: refs/heads/NIFI-182 022ba888b -> 62965770d
NIFI-182: - Adjusting color of text in tables. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/62965770 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/62965770 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/62965770 Branch: refs/heads/NIFI-182 Commit: 62965770d091ee86f5a28ed23467b7dbe797faa4 Parents: 022ba88 Author: Matt Gilman <[email protected]> Authored: Mon Dec 22 15:22:38 2014 -0500 Committer: Matt Gilman <[email protected]> Committed: Mon Dec 22 15:22:38 2014 -0500 ---------------------------------------------------------------------- .../framework/web/nifi-web-api/src/main/enunciate/override.css | 6 +++--- .../web/nifi-web-docs/src/main/webapp/css/component-usage.css | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/62965770/nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/enunciate/override.css ---------------------------------------------------------------------- diff --git a/nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/enunciate/override.css b/nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/enunciate/override.css index 32f1f44..1cd8e7f 100644 --- a/nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/enunciate/override.css +++ b/nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/enunciate/override.css @@ -97,7 +97,7 @@ a:hover { background-color: #fefefe; border: 1px solid #ccc; border-left: 6px solid #ccc; - color: #666; + color: #555; display: block; margin-bottom: 12px; padding: 5px 8px; @@ -121,7 +121,7 @@ table { background-color: #fefefe; border: 1px solid #ccc; border-left: 6px solid #ccc; - color: #666; + color: #555; display: block; margin-bottom: 12px; padding: 5px 8px; @@ -150,7 +150,7 @@ code { background-color: #fefefe; border: 1px solid #ccc; border-left: 6px solid #ccc; - color: #666; + color: #555; margin-bottom: 10px; padding: 5px 8px; white-space: pre; http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/62965770/nar-bundles/framework-bundle/framework/web/nifi-web-docs/src/main/webapp/css/component-usage.css ---------------------------------------------------------------------- diff --git a/nar-bundles/framework-bundle/framework/web/nifi-web-docs/src/main/webapp/css/component-usage.css b/nar-bundles/framework-bundle/framework/web/nifi-web-docs/src/main/webapp/css/component-usage.css index f12758e..8164034 100644 --- a/nar-bundles/framework-bundle/framework/web/nifi-web-docs/src/main/webapp/css/component-usage.css +++ b/nar-bundles/framework-bundle/framework/web/nifi-web-docs/src/main/webapp/css/component-usage.css @@ -45,7 +45,7 @@ table { background-color: #fefefe; border: 1px solid #ccc; border-left: 6px solid #ccc; - color: #666; + color: #555; display: block; margin-bottom: 12px; padding: 5px 8px; @@ -121,7 +121,7 @@ pre { background-color: #fefefe; border: 1px solid #ccc; border-left: 6px solid #ccc; - color: #666; + color: #555; margin-bottom: 10px; padding: 5px 8px; } \ No newline at end of file
