Module: appdb Branch: master Commit: b50f67c55d5dbeb2af740302f2a3f38b5223d81b URL: http://source.winehq.org/git/appdb.git/?a=commit;h=b50f67c55d5dbeb2af740302f... Author: Andrey Gusev <andrey.goosev(a)gmail.com> Date: Tue Jan 10 18:24:52 2017 +0200 Add missing style. Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com> --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index f8ec293..725a99a 100644 --- a/styles.css +++ b/styles.css @@ -792,5 +792,6 @@ table.historyTable { border: 1px; /* note/howto colors */ .note-howto { font-weight: bold; color: green; } .note-defaultnote { font-weight: bold; color: #0066CC; } /* mid-light blue */ +.note-warning { font-weight: bold; color: red; } -/* done */ \ No newline at end of file +/* done */