Repository: nifi Updated Branches: refs/heads/0.x 04c683093 -> 136beb881
NIFI-1695: - Removing hidden control characters that were affecting graph styles. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/136beb88 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/136beb88 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/136beb88 Branch: refs/heads/0.x Commit: 136beb881745474c226275a92e60d84d42428edd Parents: 04c6830 Author: Matt Gilman <[email protected]> Authored: Tue Mar 29 14:07:46 2016 -0400 Committer: Oleg Zhurakousky <[email protected]> Committed: Mon Apr 4 11:22:58 2016 -0400 ---------------------------------------------------------------------- .../nifi-web/nifi-web-ui/src/main/webapp/css/graph.css | 4 ++-- .../nifi-web/nifi-web-ui/src/main/webapp/css/main.css | 2 +- .../nifi-web/nifi-web-ui/src/main/webapp/css/status-history.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/136beb88/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/graph.css ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/graph.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/graph.css index 041476b..8718d27 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/graph.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/graph.css @@ -53,7 +53,7 @@ text.unset { */ g.component { - font-family: Arial,â sans-serif; + font-family: Arial, sans-serif; } g.component.selected rect.border { @@ -108,7 +108,7 @@ text.processor-stats-info { */ g.connection { - font-family: Arial,â sans-serif; + font-family: Arial, sans-serif; } path.connector { http://git-wip-us.apache.org/repos/asf/nifi/blob/136beb88/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css index 3a6e9d1..f689c98 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css @@ -69,7 +69,7 @@ div.context-menu-item-text { margin-left: 4px; line-height: 16px; float: left; - font-family: Arial,â sans-serif; + font-family: Arial, sans-serif; font-size: 11px; } http://git-wip-us.apache.org/repos/asf/nifi/blob/136beb88/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/status-history.css ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/status-history.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/status-history.css index c17fa15..2461ffa 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/status-history.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/status-history.css @@ -167,7 +167,7 @@ div.legend-label { #status-history-chart-container text, #status-history-chart-control-container text { fill: #527991; - font-family: Arial,â sans-serif; + font-family: Arial, sans-serif; font-size: 10px; }
