diff options
| author | dequis | 2014-08-07 00:54:19 -0300 | 
|---|---|---|
| committer | dequis | 2014-08-07 02:07:08 -0300 | 
| commit | bf71c14ea7678e3abbd04537608a14bf503b4abe (patch) | |
| tree | 0cb379b729fedfe6cfd0e449028f854fef569912 /assets/css | |
| parent | e8ccd4beeccdc54695648c8a88f0612de529d5e8 (diff) | |
| download | scripts.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.css | 13 | 
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; +}  | 
