Repository: nifi
Updated Branches:
  refs/heads/support/nifi-0.6.x d29d5a2a6 -> 58417c006


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/58417c00
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/58417c00
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/58417c00

Branch: refs/heads/support/nifi-0.6.x
Commit: 58417c006167879dc5163cfc724d6a4496056f52
Parents: d29d5a2
Author: Matt Gilman <[email protected]>
Authored: Tue Mar 29 14:07:46 2016 -0400
Committer: Oleg Zhurakousky <[email protected]>
Committed: Mon Apr 4 11:25:13 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/58417c00/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/58417c00/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/58417c00/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;
 }
 

Reply via email to