summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css13
1 files changed, 1 insertions, 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 {