1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-15 12:03:32 +01:00

Italicize new news items for a much needed sharper visual distinction.

This commit is contained in:
Kris Maglione
2011-02-19 06:25:32 -05:00
parent 29e9c51eb8
commit 73917f7cee
4 changed files with 6 additions and 4 deletions

View File

@@ -652,7 +652,8 @@ var ConfigBase = Class("ConfigBase", {
HelpNews position: relative;
HelpNewsOld opacity: .7;
HelpNewsTag position: absolute; left: 100%; padding-left: 1em; color: #527BBD; opacity: .6; white-space: pre;
HelpNewsNew font-style: italic;
HelpNewsTag font-style: normal; position: absolute; left: 100%; padding-left: 1em; color: #527BBD; opacity: .6; white-space: pre;
HelpHead;html|h1,html|h2,html|h3,html|h4;dactyl://help/* {
font-weight: bold;