diff options
author | Lars Hjemli | 2006-12-22 00:58:18 +0100 |
---|---|---|
committer | Lars Hjemli | 2006-12-22 00:58:18 +0100 |
commit | 9d8d9b61238df3a855504825e5f735d00289f12b (patch) | |
tree | ee4e5b6712abb684b920f1f69683eb2b43c6fd8d /cgit.css | |
parent | 378cae639849ba9f020666d1cf6dad6e08bfaf0e (diff) | |
download | cgit-9d8d9b61238df3a855504825e5f735d00289f12b.tar.gz cgit-9d8d9b61238df3a855504825e5f735d00289f12b.tar.bz2 cgit-9d8d9b61238df3a855504825e5f735d00289f12b.zip |
Only show first 80 characters of commit subject in log and summary
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ td.blob { | |||
100 | background-color: white; | 100 | background-color: white; |
101 | } | 101 | } |
102 | 102 | ||
103 | table.log td { | 103 | table.nowrap td { |
104 | white-space: nowrap; | 104 | white-space: nowrap; |
105 | } | 105 | } |
106 | 106 | ||