From 2ab5da4bfdce9f41e93a27082900da6ea72db6ed Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 29 Jul 2014 18:50:09 -0400 Subject: Webapp now show three columns image, original text and corrected text. The highlighting is functional as well. --- web/static/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'web/static/css') 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; +} -- cgit v1.2.3-70-g09d2