drime

French rhyme dictionary with web and CLI interface
git clone https://a3nm.net/git/drime/
Log | Files | Refs | README

commit 396c75007c845d09274c37db857c54cd98cf6ed1
parent 2af69c3604ba4ab19b3cefa53199e308c6ada5cc
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri, 15 Aug 2014 18:04:26 +0200

fix css

Diffstat:
static/main.css | 2+-
templates/index.html | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/static/main.css b/static/main.css @@ -144,7 +144,7 @@ header form input { overflow: auto; } -#bigform input { +#bigform input[type=text] { margin-bottom: 0.7em; width: 50%; } diff --git a/templates/index.html b/templates/index.html @@ -9,7 +9,7 @@ French word to get rhymes for: {% endif %} </label><br /> - <input id="query" name="query" + <input id="query" name="query" type="text" {% if lang == 'fr' %} placeholder="mot" {% else %} @@ -25,7 +25,7 @@ (Leave blank to get all rhymes.) {% endif %} </label><br /> - <input id="nsyl" name="nsyl" + <input id="nsyl" name="nsyl" type="text" {% if lang == 'fr' %} placeholder="n_syllabes" {% else %}