aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/style.css b/style.css
index 0566182..d9ad143 100644
--- a/style.css
+++ b/style.css
@@ -20,14 +20,18 @@ th, td {
vertical-align: top;
}
-td.description {
+.description {
font-size: 85%;
}
+.filtered-keyword {
+ color: gray;
+}
+
#keyword-filters {
column-width: 20em;
}
-.filtered-keyword {
- color: gray;
+.title-link {
+ cursor: pointer;
}