diff options
Diffstat (limited to 'web/static')
| -rw-r--r-- | web/static/css/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/web/static/css/style.css b/web/static/css/style.css index 3005bc5..b293da8 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -11,6 +11,23 @@ span:hover { 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%; + #texte-non-corrige { margin-top:0cm; width: 10cm; |
