diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2014-07-29 18:50:09 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2014-07-29 18:50:09 -0400 |
| commit | 2ab5da4bfdce9f41e93a27082900da6ea72db6ed (patch) | |
| tree | bdbe27d77fea5f77e0b6a8934ab01391f03a8057 /web/static/css | |
| parent | dfcd65c8f10aa94f19fe40940565681ab9a73e44 (diff) | |
| download | ocr-layer-curation-2ab5da4bfdce9f41e93a27082900da6ea72db6ed.tar.gz | |
Webapp now show three columns
image, original text and corrected text. The highlighting is functional
as well.
Diffstat (limited to 'web/static/css')
| -rw-r--r-- | web/static/css/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/static/css/style.css b/web/static/css/style.css index e42975d..3005bc5 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -10,3 +10,15 @@ span:hover { float: left; margin-right: 1em; } + +#texte-non-corrige { + margin-top:0cm; + width: 10cm; + float: left; +} + +#texte-corrige { + margin-top:0cm; + width: 10cm; + float: left; +} |
