summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index bcbd951..05d3e91 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -1,3 +1,16 @@
dd {
margin-bottom: 6px;
}
+
+.version {
+ max-width: 8em;
+ word-wrap: break-word;
+}
+
+table.sortable thead {
+ cursor: pointer;
+}
+
+table.sortable thead th:hover {
+ opacity: 0.8;
+}