plint

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

commit 02c1324979b091a32103e0f2c7f6d9ba59150ef7
parent 0675d80036de4205ca5bfe47ab5b0e55bc97b099
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 14 Mar 2012 02:43:45 +0100

cleanup css

Diffstat:
static/main.css | 66+++---------------------------------------------------------------
1 file changed, 3 insertions(+), 63 deletions(-)

diff --git a/static/main.css b/static/main.css @@ -8,6 +8,9 @@ h1 { } #body { + margin-top: 1em; + padding-left: 0.5em; + padding-right: 0.5em; } h1 a, #about { @@ -37,73 +40,10 @@ body { padding: 0; } -.redundant { - display: none; -} - -.num { - text-align: center; -} - -table, .faketable { - width: 100%; - margin: 0; - padding: 0; -} - -.odd { - background: #dfd; -} - .help { vertical-align: super; } -.ellipsis { - text-overflow: ellipsis; -} - -.faketable { - display: table; -} - -#body { - margin-top: 1em; - padding-left: 0.5em; - padding-right: 0.5em; -} - -header form { - float: right; -} - -header form input { - height: 100%; -} - -.page { - text-align: center; -} - -/*#col_word { - width: 10%; -} -#col_pron { - width: 10%; -} -#col_derivations { - width: 30%; -} -#col_freq { - width: 15%; -} -#col_phon { - width: 7%; -} -#col_eye { - width: 7%; -}*/ - #bigform { max-width: 25em; border: 3px outset #040;