1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 03:52:29 +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

@@ -82,7 +82,11 @@ argument2=<span class="argument">&#123;|&#125;</span>
argument3=<span class="argument">[|]</span>
[specialwords]
warningwords=Warning: NOTE: Note:
warningwords=WARNING: Warning:
infowords=NOTE: Note:
[warningwords]
<span class="warning">{words}</span>
[infowords]
<span class="info">{words}</span>

View File

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