diff options
author | Lars Hjemli | 2007-05-16 03:30:57 +0200 |
---|---|---|
committer | Lars Hjemli | 2007-05-16 03:30:57 +0200 |
commit | d82c08a0446aa712a7d825e07f3d51796421b3a2 (patch) | |
tree | f023478d5fdd94861ce6186dc7f64ec9b40801be /cgit.css | |
parent | 8f6f8c3406ad069b37da7cb90462c1e61c991859 (diff) | |
download | cgit-d82c08a0446aa712a7d825e07f3d51796421b3a2.tar.gz cgit-d82c08a0446aa712a7d825e07f3d51796421b3a2.tar.bz2 cgit-d82c08a0446aa712a7d825e07f3d51796421b3a2.zip |
Do not wrap filemode column in diffstat table
The diffstat looks rather ugly when the filemode is wrapped to one
char per line, so lets force it to not wrap.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -266,6 +266,10 @@ table.diffstat td { | |||
266 | border: none; | 266 | border: none; |
267 | } | 267 | } |
268 | 268 | ||
269 | table.diffstat td.mode { | ||
270 | white-space: nowrap; | ||
271 | } | ||
272 | |||
269 | table.diffstat td span.modechange { | 273 | table.diffstat td span.modechange { |
270 | padding-left: 1em; | 274 | padding-left: 1em; |
271 | color: red; | 275 | color: red; |