From 2f4c3d6ef8998217d23bcac6a96a4e452cfb8f5d Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sat, 22 Mar 2014 14:56:59 -0400 Subject: Nowrap simplification --- cgit.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/cgit.css b/cgit.css index 8a3b51e..658bc81 100644 --- a/cgit.css +++ b/cgit.css @@ -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 { -- cgit v1.2.3-70-g09d2