Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/model/custom.css')
-rwxr-xr-xplugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/model/custom.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/model/custom.css b/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/model/custom.css
index de67f1cf83a..0403ad7890e 100755
--- a/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/model/custom.css
+++ b/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/model/custom.css
@@ -16,4 +16,16 @@ Association > Label:targetRole {
Association > Label:name {
visible:false;
+}
+
+Association {
+ routing:Rectilinear;
+}
+
+InterfaceRealization {
+ routing:Rectilinear;
+}
+
+Generalization {
+ routing:Rectilinear;
} \ No newline at end of file

Back to the top