history.js: comment
[conkeror.git] / content / help.css
blob1f365f5d717a5bfdb4df76244f998919eb2de22b
1 /**
2 * (C) Copyright 2008 Jeremy Maitin-Shepard
3 * (C) Copyright 2008 David Glasser
5 * Use, modification, and distribution are subject to the terms specified in the
6 * COPYING file.
7 **/
9 body {
10 background-color: #eeeeee;
13 body.help-list {
14 padding: 0px;
15 margin: 0px;
18 .help-list table { border-collapse: collapse; margin: 0px; width: 100%; }
20 .help-list td {
21 border: 1px solid #999;
22 padding-left: .3em;
23 padding-right: .3em;
24 margin: 0px;
25 white-space: nowrap;
28 .help-list tr.even { background-color: #dddddd; }
31 .source-code-reference {
32 font-family: monospace;
35 .command {
36 font-family: monospace;
37 font-weight: bold;
40 .key-binding {
41 font-family: monospace;
42 font-weight: bold;