diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-05-30 13:29:31 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-05-30 13:29:31 +0100 |
| commit | da15e439e64c8314825ad5f28073fbcbd436946f (patch) | |
| tree | 62b40c9be838316fc1c0e1a5372d7bf8fbdc496b /app/static/view_annotation.css | |
| parent | Add database migration for cp_index (diff) | |
| download | AnnotateChange-da15e439e64c8314825ad5f28073fbcbd436946f.tar.gz AnnotateChange-da15e439e64c8314825ad5f28073fbcbd436946f.zip | |
Initial version of demo
This commit introduces the demo functionality.
The task assignment has been removed at the moment,
as this will be changed in a future commit.
Diffstat (limited to 'app/static/view_annotation.css')
| -rw-r--r-- | app/static/view_annotation.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/static/view_annotation.css b/app/static/view_annotation.css index 4b4f338..11bf3c8 100644 --- a/app/static/view_annotation.css +++ b/app/static/view_annotation.css @@ -11,7 +11,7 @@ .ann-line { fill: none; - stroke-dasharray: 3,3; + stroke-dasharray: 5; clip-path: url(#clip); } @@ -64,4 +64,3 @@ rect { fill: #b3b3b3; stroke: #b3b3b3; } - |
