drime

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

commit e0d077b0640b8980a24a14d665184da0e0beb9f1
parent 68ce18f29bc64f1ce6c7dc387eed1efd1a0adf69
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 20 Feb 2018 18:33:23 +0100

fix weird checkbox positioning and chrome bug

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

diff --git a/static/main.css b/static/main.css @@ -65,14 +65,6 @@ header #query { width: 12em; } -#gender_label { - display: inline-block; - vertical-align: bottom; - position: relative; - top: -1px; - overflow: hidden; -} - .ellipsis { text-overflow: ellipsis; } @@ -106,10 +98,6 @@ header form { float: right; } -header form input { - height: 100%; -} - .page { text-align: center; }