mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 07:55:48 +01:00
Sorry, minor feature that's more of a bug fix: Options/commands/mappings in :help now behave as links.
This commit is contained in:
@@ -335,6 +335,14 @@ fieldset.paypal {
|
||||
font-weight: bold;
|
||||
color: #106326;
|
||||
}
|
||||
|
||||
.option, .mapping, .command {
|
||||
text-decoration: none;
|
||||
}
|
||||
.option:hover, .mapping:hover, .command:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.quoteblock {
|
||||
margin-left: 140px;
|
||||
padding-bottom: 10px;
|
||||
|
||||
Reference in New Issue
Block a user