1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 07:05:46 +01:00

added version info to help file, fixed font size for tables

This commit is contained in:
Martin Stubenschrott
2007-05-02 04:18:33 +00:00
parent a4d056c583
commit ca2f10f25f
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
/* the text in the tables is too large without that */
table {
font-size: 1.0em;
}
table.main {
border-width: 0px;
border-style: none;
@@ -68,7 +73,9 @@ table.settings {
background-color: rgb(240, 250, 230);
}
.command { font-weight: bold; color: #632610; }
.mapping { font-weight: bold; color: #102663; }
.setting { font-weight: bold; color: #106326; }
.argument { color: #6A97D4; }
.version { position:absolute; top:10px; right:2%; color:#B0B0B0; text-align:right; }