diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-09-07 15:55:27 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-09-07 15:55:27 -0400 |
| commit | d28394833d54a68f5ca13d2edaa261128f6c5170 (patch) | |
| tree | ab00b100b99066b80979613b06fca2c9b7087701 /web/static/css | |
| parent | dfcd65c8f10aa94f19fe40940565681ab9a73e44 (diff) | |
| download | ocr-layer-curation-d28394833d54a68f5ca13d2edaa261128f6c5170.tar.gz | |
Compute alignment on the final (html formatted) text
Diffstat (limited to 'web/static/css')
| -rw-r--r-- | web/static/css/style.css | 18 |
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%; +} |
