diff --git a/publishing/data/topology.dot b/publishing/data/topology.dot index eab4e61f..fd0ae0d0 100644 --- a/publishing/data/topology.dot +++ b/publishing/data/topology.dot @@ -86,7 +86,7 @@ digraph graphname { label = "_/"; fontcolor = "#00a3cc"; color = "#00a3cc"; - repa[label=" article.pdf ", shape=note, color="#BBBBBB", fillcolor="#bbffdd"]; + repa[label=" article.pdf ", shape=note, color="#BBBBBB", fillcolor="#bbffdd"]; rep_[label=" ... ", shape=note, color="#BBBBBB", fillcolor=grey93]; repa -> rep_ [style=invis]; } diff --git a/publishing/data/workflow.dot b/publishing/data/workflow.dot index b3185dd9..8805a66e 100644 --- a/publishing/data/workflow.dot +++ b/publishing/data/workflow.dot @@ -73,10 +73,10 @@ digraph graphname { fontcolor = "#00a3cc"; color = "#42e3dc"; - ra[label="Reexecuted Article (PDF)", shape=box, color="#BBBBBB", fillcolor=grey93]; + ra[label="Reexecuted Article (PDF)", shape=box, color="#BBBBBB", fillcolor="#bbffdd"]; blank30[style=invis]; blank31[style=invis]; - map[label="Meta-Article (PDF)", shape=box, color="#BBBBBB", fillcolor=grey93]; + map[label="Meta-Article (PDF)", shape=box, color="#BBBBBB", fillcolor="#bbeeff"]; mpp[label="Meta-Poster (PDF)", shape=box, color="#BBBBBB", fillcolor=grey93]; } ra -> ras:n [constraint=false, color=grey64];