X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.userContent.css;h=655641080bc399a2a12c92e85dba38ba233fc915;hb=9f199dc52428f2ccb713554d791f8e1ed6b0de2a;hp=15019141ca7c8f98daa0bcc63ecfeb5a5f023254;hpb=4964561935671e6bc834b90024070b4756795ff3;p=nethome.git diff --git a/.userContent.css b/.userContent.css index 1501914..6556410 100644 --- a/.userContent.css +++ b/.userContent.css @@ -49,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; } @@ -63,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; }