diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-26 13:35:17 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-26 13:35:17 +0000 |
| commit | 5e711f079121e0b9e958261df4aafcf568cb62cf (patch) | |
| tree | 99a1336b2406411d81a2a05199362f6f1e362e0a /app/static | |
| parent | first working version of pan + zoom + click (diff) | |
| download | AnnotateChange-5e711f079121e0b9e958261df4aafcf568cb62cf.tar.gz AnnotateChange-5e711f079121e0b9e958261df4aafcf568cb62cf.zip | |
First working version of complete annotation functionality
Diffstat (limited to 'app/static')
| -rw-r--r-- | app/static/annotate.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/static/annotate.css b/app/static/annotate.css index 0ee40f6..7dc222f 100644 --- a/app/static/annotate.css +++ b/app/static/annotate.css @@ -19,3 +19,6 @@ rect { opacity: 0; } +#rubric { + text-align: center; +} |
