diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2014-09-07 19:11:31 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2014-09-07 19:11:31 -0400 |
| commit | 6a54a1e23057f9173e765d32ea8575505bb55b23 (patch) | |
| tree | f20cad68d8fe103aee8689f8fc94a1d3a180e76a /web/static/css/style.css | |
| parent | 43806716c725f94324d792d68431b9417618b426 (diff) | |
| download | ocr-layer-curation-6a54a1e23057f9173e765d32ea8575505bb55b23.tar.gz | |
fix up the template and css
still need to hook the 2-way hovering back
Diffstat (limited to 'web/static/css/style.css')
| -rw-r--r-- | web/static/css/style.css | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/web/static/css/style.css b/web/static/css/style.css index b293da8..55bef65 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -11,13 +11,8 @@ span:hover { margin-right: 1em; } -#text { - width: 460px; - float: left; -} - .pagetext p { - text-align: justify; + text-align: justify; -moz-hyphens: auto; margin: 0; text-indent: 1.5em; @@ -25,8 +20,9 @@ span:hover { .pagetext { padding: 3.5em 2em; - font-size: 18px; - line-height: 180%; + font-size: 12px; + line-height: 150%; +} #texte-non-corrige { margin-top:0cm; |
