admin: fix CSS for workflow svg

This commit is contained in:
Frédéric Péters 2012-08-23 09:35:50 +02:00
parent 36f5accdfc
commit c2f220677b
2 changed files with 4 additions and 5 deletions

View File

@ -87,7 +87,6 @@ def graphviz_post_treatment(content):
'''
tree = etree.fromstring(content)
tree.attrib['style'] = 'width: 100%'
for root in tree:
remove_tag(root, TITLE)
# remove_tag(root, POLYGON)

View File

@ -689,12 +689,12 @@ svg .edge text {
font-size: 60%;
}
svg .page-subject.edge text {
fill: #028;
fill: #91a9b2;
}
svg .page-subject polygon {
fill: #028;
stroke: #028;
fill: #91a9b2;
stroke: #91a9b2;
}
svg .page-subject path {
stroke: #028;
stroke: #91a9b2;
}