aboutsummaryrefslogtreecommitdiff
path: root/app/static
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-26 13:35:17 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-26 13:35:17 +0000
commit5e711f079121e0b9e958261df4aafcf568cb62cf (patch)
tree99a1336b2406411d81a2a05199362f6f1e362e0a /app/static
parentfirst working version of pan + zoom + click (diff)
downloadAnnotateChange-5e711f079121e0b9e958261df4aafcf568cb62cf.tar.gz
AnnotateChange-5e711f079121e0b9e958261df4aafcf568cb62cf.zip
First working version of complete annotation functionality
Diffstat (limited to 'app/static')
-rw-r--r--app/static/annotate.css3
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;
+}