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