diff options
| -rw-r--r-- | cgit.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -266,6 +266,10 @@ table.diffstat td {  	border: none;  } +table.diffstat td.mode { +	white-space: nowrap; +} +  table.diffstat td span.modechange {  	padding-left: 1em;  	color: red; | 
