1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-03 14:03:31 +02:00

rename the hl-Warning CSS class to hl-WarningMsg as per Vim

This commit is contained in:
Doug Kearns
2008-09-24 10:53:28 +00:00
parent f478f57c57
commit 7d77e5bddd
3 changed files with 10 additions and 10 deletions

View File

@@ -140,7 +140,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
color: magenta;
font-weight: bold !important;
}
.hl-Warning {
.hl-WarningMsg {
background-color: white;
color: red;
}