From 75a8fc81c1b49a9b2ad610e801f56b3f05d13d00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= <aless@guru.si>
Date: Fri, 2 Oct 2015 12:22:01 +0200
Subject: Prepend instead of append new hints and bold the first shown hint.

---
 css/codeq/hint.css | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'css')

diff --git a/css/codeq/hint.css b/css/codeq/hint.css
index 00614ca..676d1aa 100644
--- a/css/codeq/hint.css
+++ b/css/codeq/hint.css
@@ -17,3 +17,7 @@ div:not(.hint-static-group) > div.hint-static {
     margin-left: auto;
     margin-right: auto;
 }
+
+.hints > :first-child {
+    font-weight: bold;
+}
\ No newline at end of file
-- 
cgit v1.2.1