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

more help converted to the new help format

This commit is contained in:
Martin Stubenschrott
2008-01-22 14:00:37 +00:00
parent ce0376a8f9
commit b0d51d7516
8 changed files with 150 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ body h1 {
}
body h2 {
margin-top: 30px;
margin-top: 50px;
line-height: 1.3;
border-bottom: 1px solid silver;
}
@@ -286,13 +286,13 @@ span.tag {
float: right;
}
span.section {
padding-top: 22px !important; /* NOTE: needs change when you change <h2>'s margin */
padding-top: 35px !important; /* NOTE: needs change when you change <h2>'s margin */
}
div.key {
color: rgb(255, 0, 255); /* magenta */
min-width: 120px; /* with 20px padding actually 140px */
padding-bottom: 1em;
/*padding-bottom: 5px;*/
padding-right: 20px;
float: left;
}
@@ -321,5 +321,5 @@ fieldset.paypal {
}
.quoteblock {
margin-left: 140px;
margin-bottom: 30px;
margin-bottom: 20px;
}