mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 16:25:47 +01:00
options.txt is near final now, so START writing docs now :)
This commit is contained in:
@@ -47,13 +47,13 @@ div.example p.title
|
||||
body h1 {
|
||||
margin: .0em 0 0 -4%;
|
||||
line-height: 1.3;
|
||||
border-bottom: 2px solid silver;
|
||||
border-bottom: 1px solid silver;
|
||||
}
|
||||
|
||||
body h2 {
|
||||
margin-top: 30px;
|
||||
line-height: 1.3;
|
||||
border-bottom: 2px solid silver;
|
||||
border-bottom: 1px solid silver;
|
||||
}
|
||||
|
||||
body h3 {
|
||||
@@ -291,7 +291,9 @@ span.section {
|
||||
|
||||
div.key {
|
||||
color: rgb(255, 0, 255); /* magenta */
|
||||
min-width: 140px;
|
||||
min-width: 120px; /* with 20px padding actually 140px */
|
||||
padding-bottom: 1em;
|
||||
padding-right: 20px;
|
||||
float: left;
|
||||
}
|
||||
span.warning {
|
||||
@@ -305,18 +307,19 @@ fieldset.paypal {
|
||||
.argument {
|
||||
color: #6A97D4;
|
||||
}
|
||||
|
||||
.command {
|
||||
font-weight: bold;
|
||||
color: #632610;
|
||||
}
|
||||
|
||||
.mapping {
|
||||
font-weight: bold;
|
||||
color: #102663;
|
||||
}
|
||||
|
||||
.option {
|
||||
font-weight: bold;
|
||||
color: #106326;
|
||||
}
|
||||
.quoteblock {
|
||||
margin-left: 140px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user