summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css20
1 files changed, 14 insertions, 6 deletions
diff --git a/cgit.css b/cgit.css
index a162d1f..525187b 100644
--- a/cgit.css
+++ b/cgit.css
@@ -59,7 +59,7 @@ body {
}
#cgit .content {
- width: 902px;
+ width: 920px;
margin: 0 auto;
}
@@ -81,6 +81,10 @@ body {
color: inherit;
}
+#cgit .list td:first-child {
+ white-space: nowrap;
+}
+
#cgit .list a:focus {
outline: none;
}
@@ -113,6 +117,10 @@ body {
border-right: 1px solid #C5D5DD;
}
+#cgit .list > tbody > tr.nohover + tr:not(.nohover) > td {
+ border-top: 1px solid #C5D5DD;
+}
+
#cgit .list > tbody > tr:hover > td {
background-color: #FCFCE2;
}
@@ -148,7 +156,7 @@ body {
}
#cgit .diff {
- width: 902px;
+ width: 920px;
font-family: "Source Code Pro";
border: 1px solid #CCC;
font-size: 90%;
@@ -219,7 +227,7 @@ body {
#cgit .footer {
border-top: 1px solid #EEE;
- width: 902px;
+ width: 920px;
margin: 1em auto 0.2em;
color: #777;
text-align: right;
@@ -229,7 +237,7 @@ body {
/*background: #E7ECEE;
border: 1px solid #D2D9DD; */
margin: 1em auto;
- width: 902px;
+ width: 920px;
border-collapse: collapse;
border-bottom: 1px solid #eee;
background-image: linear-gradient(to top, #F6F6F6 0%, #FFF 8px);
@@ -317,7 +325,7 @@ body {
}
#cgit .path {
- width: 902px;
+ width: 920px;
margin: 0 auto 1em;
font-size: 110%;
@@ -445,7 +453,7 @@ body {
#cgit .blob {
font-size: 90%;
border: 1px solid #CCC;
- width: 902px;
+ width: 920px;
border-collapse: collapse;
margin-top: 1em;
}