X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.userContent.css;h=655641080bc399a2a12c92e85dba38ba233fc915;hb=bcfafc3aa20ad4a42ed8cfc7e4d18ef325174352;hp=32a3d143704da95de3a2e7ac562f329036eb1a52;hpb=dc0f9aa883a1b2dc7b22a4ddb86981996886e6f2;p=nethome.git diff --git a/.userContent.css b/.userContent.css index 32a3d14..6556410 100644 --- a/.userContent.css +++ b/.userContent.css @@ -27,6 +27,7 @@ html,html>head,html>head *,html>body,html>body * { * text-indent: 0px !important; */ + line-height: normal !important; } html * li { @@ -48,6 +49,11 @@ html * input,html * select,html * textarea { border-width: 1px !important; margin: 1px !important; } +html * input,html * select,li,a { + /* Conflicts with font-size etc.: */ + height: auto !important; + max-height: none !important; + } html * input *,html * select *,html * textarea * { background-color: navy !important; } @@ -62,3 +68,6 @@ html *:active { color: lime !important; } * active links * */ td.cnnBodyText > div.cnn4pxPad { display: none; } /* cnn.com */ + +/* Test: http://www.idnes.cz/ */ +div.v2006 > div#pbar > div#psearch { display: none; }