diff --git a/web/view/home.html.jinja2 b/web/view/home.html.jinja2 index bc13ab9..0ea28de 100755 --- a/web/view/home.html.jinja2 +++ b/web/view/home.html.jinja2 @@ -98,6 +98,9 @@ svg text { {# fill: #f4f4f4;#} } + svg .brush { + border: 1px solid black; + } path.line { fill: none; stroke: steelblue; diff --git a/web/view/layout.html.jinja2 b/web/view/layout.html.jinja2 index 0327d64..cc620e6 100755 --- a/web/view/layout.html.jinja2 +++ b/web/view/layout.html.jinja2 @@ -93,19 +93,19 @@ - +{# #} - + -- libgit2 0.21.2