plint

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

commit 14cd57c98c7c0ad7984d913d4bb28857c6fd894d
parent 070fad9ad537f058eee38ea5206c14758a246b5d
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 29 Jan 2013 23:18:24 +0100

+reset

Diffstat:
static/main.css | 4++++
views/index.html | 1+
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/static/main.css b/static/main.css @@ -146,3 +146,7 @@ li.incorrect { margin-bottom: 0em; } +#reset { + width: 7em; +} + diff --git a/views/index.html b/views/index.html @@ -104,6 +104,7 @@ </li> </ul> + <input id="reset" type="reset" /> <input id="submit" type="submit" {% if lang == 'fr' %} value="Valider"