diff --git a/htroot/env/base.css b/htroot/env/base.css
index 54d6f5d17..71401355e 100644
--- a/htroot/env/base.css
+++ b/htroot/env/base.css
@@ -603,6 +603,10 @@ li.menugroup {
, - ,
-
*/
+dd {
+ text-align:left;
+}
+
dl.pairs dd, form dd {
padding:0.25%;
margin:0 0 0.25% 0.25%;
diff --git a/htroot/index.html b/htroot/index.html
index beff23186..a38468c10 100644
--- a/htroot/index.html
+++ b/htroot/index.html
@@ -154,6 +154,56 @@
+
+
Query Operators
+
+
+ - restrictions
+ -
+
+ - inurl:<phrase>
+ - only urls with the <phrase> in the url
+ - filetype:<ext>
+ - only urls with extension <ext>
+ - site:<host>
+ - only urls from host <host>
+ - author:<author>
+ - only pages with as-author-anotated <author>
+ - tld:<tld>
+ - only pages from top-level-domains <tld>
+ - /http or /https
+ - only resources from http or https servers
+ - /ftp
+ - only resources from ftp servers
+ - /smb
+ - only resources from smb server
+ - /file
+ - only files from the local file system (intranet mode must be selected)
+
+
+ - ranking modifier
+ -
+
+ - /date
+ - sort by date (latest first)
+ - /near
+ - multiple words shall appear near
+ - "" (doublequotes)
+ - multiple words shall appear near
+ - /language/<2-character language code>
+ - prefer given language
+
+
+ - heuristics
+ -
+
+ - heuristic:scroogle
+ - add search results from scroogle
+ - heuristic:blekko
+ - add search results from blekko
+
+
+
#(/searchoptions)#