google-search-results.js: also add binding for return
[conkeror.git] / content / help.css
blobbcca7cf2067cd21e461abd6f9fb99e828a420d2a
1 body {
2 background-color: #eeeeee;
5 body.help-list {
6 padding: 0px;
7 margin: 0px;
10 .help-list table { border-collapse: collapse; margin: 0px; width: 100%; }
12 .help-list td {
13 border: 1px solid #999;
14 padding-left: .3em;
15 padding-right: .3em;
16 margin: 0px;
17 white-space: nowrap;
20 .help-list tr.even { background-color: #dddddd; }
23 .source-code-reference {
24 font-family: monospace;
27 .command {
28 font-family: monospace;
29 font-weight: bold;
32 .key-binding {
33 font-family: monospace;
34 font-weight: bold;