Force font weight and style to normal for keys.
authorLaurent Monin <geeqie@norz.org>
Thu, 20 Nov 2008 17:28:34 +0000 (17:28 +0000)
committerLaurent Monin <geeqie@norz.org>
Thu, 20 Nov 2008 17:28:34 +0000 (17:28 +0000)
doc/style.css

index d12c402..5dd6780 100644 (file)
@@ -246,4 +246,6 @@ div.fullscreen-functions {
        margin: 0;
        font-size:0.8em;
        white-space:nowrap;
+       font-weight:normal;
+       font-style:normal;
 }