diff options
Diffstat (limited to 'web/html/css')
-rw-r--r-- | web/html/css/aurweb.css | 5 |
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; +} |