1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 11:05:47 +01:00

separate warnings from special informational notes in the help

This commit is contained in:
Doug Kearns
2008-12-14 01:18:33 +11:00
parent 56d5e2a097
commit 919d712af4
2 changed files with 9 additions and 1 deletions

View File

@@ -311,6 +311,10 @@ span.warning {
font-weight: bold;
color: red;
}
span.info {
font-weight: bold;
color: blue;
}
fieldset.paypal {
border: none;
}