summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
authorLeonidas Spyropoulos <artafinde@gmail.com>2015-06-15 09:45:19 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2015-06-15 22:37:45 +0200
commit74c7cf70ffe49d907df13521edd760467d0602b0 (patch)
tree27b9079485487c91bc337b0523e562abf6f80217 /web/html
parent86fdd330cbc0ccc9489a543a655d3f2ce5037b05 (diff)
downloadaurweb-74c7cf70ffe49d907df13521edd760467d0602b0.tar.xz
Add explanation for Popularity field in search results
Fixes FS#45327. Signed-off-by: Leonidas Spyropoulos <artafinde@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html')
-rw-r--r--web/html/css/aurweb.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css
index a3f43bd..346f2ea 100644
--- a/web/html/css/aurweb.css
+++ b/web/html/css/aurweb.css
@@ -85,3 +85,8 @@ legend {
p.important {
font-weight: bold;
}
+
+span.hover-help {
+ border-bottom: 1px dotted black;
+ cursor:help;
+}