1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-17 04:43:32 +01:00

don't specify a font-size for the help page

This commit is contained in:
Doug Kearns
2007-06-13 07:53:24 +00:00
parent ac7cbe222e
commit b4c3d538fe

View File

@@ -1,6 +1,5 @@
div.main { div.main {
font-family: -moz-fixed; font-family: -moz-fixed;
font-size: 12px;
white-space: -moz-pre-wrap; white-space: -moz-pre-wrap;
width: 800px; width: 800px;
margin-left: auto; margin-left: auto;
@@ -25,10 +24,8 @@ table.vimperator {
border-width: 1px 1px 1px 1px; border-width: 1px 1px 1px 1px;
border-style: dotted dotted dotted dotted; border-style: dotted dotted dotted dotted;
border-color: gray gray gray gray; border-color: gray gray gray gray;
margin-left: auto; /* for centering the table */ /* FIXME: just a quick hack until we have proper pages */
margin-right: auto; margin-bottom: 2em;
width: 800px !important;
white-space: -moz-pre-wrap !important;
} }
table.vimperator td { table.vimperator td {
border-width: 0px 0px 0px 0px; border-width: 0px 0px 0px 0px;
@@ -51,7 +48,6 @@ hr { /* horizontal lines */
td.taglist { td.taglist {
text-align: right; text-align: right;
vertical-align: top; vertical-align: top;
/* white-space: -moz-pre-wrap !important; // DJK */
border-spacing: 13px 10px; border-spacing: 13px 10px;
border-width: 0px 10px 0px 10px; border-width: 0px 10px 0px 10px;
border-color: blue !important; border-color: blue !important;