diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-03-22 14:56:59 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-03-22 14:56:59 -0400 |
| commit | 2f4c3d6ef8998217d23bcac6a96a4e452cfb8f5d (patch) | |
| tree | 6d332eb336007b9506f06906f0bc1772d7c30987 | |
| parent | 1ecc203f918043137e99d231d196156c15e85ba0 (diff) | |
| download | cgit-skin-2f4c3d6ef8998217d23bcac6a96a4e452cfb8f5d.tar.gz | |
Nowrap simplification
| -rw-r--r-- | cgit.css | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -50,33 +50,27 @@ body { #cgit .age-years { color: #bbb; - white-space: nowrap; } #cgit .age-months { color: #888; - white-space: nowrap; } #cgit .age-weeks { color: #444; - white-space: nowrap; } #cgit .age-hours { color: #00ae00; - white-space: nowrap; } #cgit .age-mins { color: #00ae00; font-weight: bold; - white-space: nowrap; } #cgit .age-days { color: #040; - white-space: nowrap; } #cgit #header { @@ -131,16 +125,13 @@ body { #cgit .list { border-collapse: collapse; width: 100%; + white-space: nowrap; } #cgit .list a { color: inherit; } -#cgit .list td:first-child { - white-space: nowrap; -} - #cgit .list a:focus { outline: none; } @@ -217,7 +208,6 @@ body { } #cgit .list .commitgraph { - white-space: nowrap; font-family: "Source Code Pro"; } @@ -508,7 +498,6 @@ body { #cgit .list[summary~=tree] td:first-child, #cgit .list[summary~=tree] td:last-child { width: 1%; - white-space: nowrap; } #cgit .list .button { |
