diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-03-22 02:22:55 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-03-22 02:22:55 -0400 |
| commit | d9d20729e5cd17af0329b0d32bc9cdc868791a99 (patch) | |
| tree | a17b5e0998fc9e04026048e4d3aa3c733b0e4975 | |
| parent | 628930098151d9a1dbc1625c127d6fcbc4b9cc20 (diff) | |
| download | cgit-skin-d9d20729e5cd17af0329b0d32bc9cdc868791a99.tar.gz | |
900px -> 920px
| -rw-r--r-- | cgit.css | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -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; } |
