Link to help on 'owner' and 'administrator' in list
[invirt/packages/invirt-web.git] / code / static / style.css
index cf11700..4711aab 100644 (file)
@@ -44,6 +44,11 @@ a:link:hover, a:visited:hover {
     text-decoration: underline;
 }
 
+/* Keep help-popup links unbolded in e.g. table headings. */
+.helplink {
+  font-weight: normal;
+}
+
 /* Highlight error messages in bright red. */
 .error {
   color: #FF0000;