aboutsummaryrefslogtreecommitdiffstats
path: root/web/static
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-09-07 15:55:27 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-09-07 15:55:27 -0400
commitd28394833d54a68f5ca13d2edaa261128f6c5170 (patch)
treeab00b100b99066b80979613b06fca2c9b7087701 /web/static
parentdfcd65c8f10aa94f19fe40940565681ab9a73e44 (diff)
downloadocr-layer-curation-d28394833d54a68f5ca13d2edaa261128f6c5170.tar.gz
Compute alignment on the final (html formatted) text
Diffstat (limited to 'web/static')
-rw-r--r--web/static/css/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/web/static/css/style.css b/web/static/css/style.css
index e42975d..ec73fd0 100644
--- a/web/static/css/style.css
+++ b/web/static/css/style.css
@@ -10,3 +10,21 @@ span:hover {
float: left;
margin-right: 1em;
}
+
+#text {
+ width: 460px;
+ float: left;
+}
+
+.pagetext p {
+ text-align: justify;
+ -moz-hyphens: auto;
+ margin: 0;
+ text-indent: 1.5em;
+}
+
+.pagetext {
+ padding: 3.5em 2em;
+ font-size: 18px;
+ line-height: 180%;
+}