1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 04:31:25 +02: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
+2 -6
View File
@@ -1,6 +1,5 @@
div.main {
font-family: -moz-fixed;
font-size: 12px;
white-space: -moz-pre-wrap;
width: 800px;
margin-left: auto;
@@ -25,10 +24,8 @@ table.vimperator {
border-width: 1px 1px 1px 1px;
border-style: dotted dotted dotted dotted;
border-color: gray gray gray gray;
margin-left: auto; /* for centering the table */
margin-right: auto;
width: 800px !important;
white-space: -moz-pre-wrap !important;
/* FIXME: just a quick hack until we have proper pages */
margin-bottom: 2em;
}
table.vimperator td {
border-width: 0px 0px 0px 0px;
@@ -51,7 +48,6 @@ hr { /* horizontal lines */
td.taglist {
text-align: right;
vertical-align: top;
/* white-space: -moz-pre-wrap !important; // DJK */
border-spacing: 13px 10px;
border-width: 0px 10px 0px 10px;
border-color: blue !important;