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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user