diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-07 13:44:02 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-07 13:44:02 +0100 |
| commit | 90485ed40e0a3c31e4071bec9eeb26257f7db690 (patch) | |
| tree | 0d9476da91b3e95ae35f1e74b7d226e5f4d9bb2a /app/static/annotate.css | |
| parent | Add a usage note for the graph (diff) | |
| download | AnnotateChange-90485ed40e0a3c31e4071bec9eeb26257f7db690.tar.gz AnnotateChange-90485ed40e0a3c31e4071bec9eeb26257f7db690.zip | |
Reorganise static folder
Diffstat (limited to 'app/static/annotate.css')
| -rw-r--r-- | app/static/annotate.css | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app/static/annotate.css b/app/static/annotate.css deleted file mode 100644 index 595f2a2..0000000 --- a/app/static/annotate.css +++ /dev/null @@ -1,33 +0,0 @@ -#graph { - margin: 0 auto; - text-align: center; -} - -.line { - fill: none; - stroke: blue; - clip-path: url(#clip); -} - -circle { - clip-path: url(#clip); - fill: blue; -} - -rect { - fill: white; - opacity: 0; -} - -#rubric { - text-align: left; - padding-bottom: 20px; - padding-top: 10px; - width: 80%; - font-size: 16px; -} - -#usage { - font-size: 16px; - font-style: italic; -} |
