summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
authordequis2014-08-07 00:54:19 -0300
committerdequis2014-08-07 02:07:08 -0300
commitbf71c14ea7678e3abbd04537608a14bf503b4abe (patch)
tree0cb379b729fedfe6cfd0e449028f854fef569912 /assets/css
parente8ccd4beeccdc54695648c8a88f0612de529d5e8 (diff)
downloadscripts.irssi.org-bf71c14ea7678e3abbd04537608a14bf503b4abe.tar.bz2
A few minor html/css changes
- Limit version column width to 8em - Change css to make it more obvious that columns are clickable - Remove duplicate question from the FAQ in the index - Update URL to the github repo (the old one is a redirect) - A typo in the third question
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;
+}