diff --git a/htroot/ConfigPortal.html b/htroot/ConfigPortal.html index eaba9f345..208f7a0fb 100644 --- a/htroot/ConfigPortal.html +++ b/htroot/ConfigPortal.html @@ -59,6 +59,7 @@
Snippet Fetch Strategy & Link Verification
+ ideaSpeed up search results with this option! (use CACHEONLY or FALSE to switch off verification)
NOCACHE: no use of web cache, load all snippets online
IFFRESH: use the cache if the cache exists and is fresh otherwise load online
IFEXIST: use the cache if the cache exist or load online
diff --git a/htroot/env/base.css b/htroot/env/base.css index 8666aaf10..13dd779c9 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -625,9 +625,11 @@ form dt, dl.pairs dt { dt.hintIcon { float:left; + clear:both; } dd.hint { + padding-top: 10px; padding-bottom: 10px; }