diff options
Diffstat (limited to 'config/services/git/web')
| -rw-r--r-- | config/services/git/web/cgit.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/services/git/web/cgit.css b/config/services/git/web/cgit.css index 2c58c1b..8461004 100644 --- a/config/services/git/web/cgit.css +++ b/config/services/git/web/cgit.css @@ -931,6 +931,20 @@ div#cgit table.ssdiff td.space div { white-space: nowrap; } + /* TABLES */ + div#cgit table.nowrap td { + white-space: normal; + } + div#cgit table.list td { + vertical-align: top; + } + div#cgit { + span.age-mins, span.age-hours, span.age-days, span.age-weeks, span.age-months, span.age-years { + white-space: nowrap; + } + } + + /* PANEL ALIGNMENT */ div#cgit div.cgit-panel { float: left; |
