plint

French poetry validator (local mirror of https://gitlab.com/a3nm/plint)
git clone https://a3nm.net/git/plint/
Log | Files | Refs | README

commit 6694f6d550bcf58037092dc0b1b399ac11f47386
parent 2afffbd7c5dbc5b61f4ed0642b3a19442cb698b7
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 14 Mar 2012 15:13:56 +0100

fix textarea width

Diffstat:
static/main.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/static/main.css b/static/main.css @@ -77,6 +77,7 @@ dd, #custom_template { #bigform textarea { margin-bottom: 2em; + width: 100%; } h2.correct, h2.incorrect {