summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css93
1 files changed, 0 insertions, 93 deletions
diff --git a/cgit.css b/cgit.css
index 69270e2..1179c13 100644
--- a/cgit.css
+++ b/cgit.css
@@ -126,99 +126,6 @@ body {
text-align: left;
}
-/*
-#cgit .list {
- border-collapse: collapse;
- width: 100%;
- white-space: nowrap;
- font-size: 95%;
-}
-
-#cgit .list a {
- color: inherit;
-}
-
-#cgit .list a:focus {
- outline: none;
-}
-
-#cgit .list th {
- background-color: #E6F1F6;
- border-bottom: 1px solid #C5D5DD;
- border-top: 1px solid #C5D5DD;
- padding: 0.1em 1em;
- color: #3A505B;
-}
-
-#cgit .list td {
- padding: 0 1em;
-}
-
-#cgit .list tr:last-child td {
- border-bottom: 1px solid #C5D5DD;
-}
-
-#cgit .list th:first-child,
-#cgit .list td:first-child {
- border-left: 1px solid #C5D5DD;
-}
-
-#cgit .list th:last-child,
-#cgit .list td:last-child {
- border-right: 1px solid #C5D5DD;
-}
-
-#cgit .list tr:hover > td {
- background-color: #FCFCE2 !important;
-}
-
-#cgit .list .nohover:hover > td {
- background-color: transparent !important;
-}
-
-#cgit .list .nohover > td {
- background-color: transparent !important;
-}
-
-#cgit .list[summary="repository list"] tr:nth-child(2n+1) > td {
- background-color: #F7FBFC;
-}
-
-#cgit .list[summary="repository list"] td {
- padding: 0 0.5em;
-}
-
-#cgit .list[summary="repository list"] .reposection {
- font-weight: bold;
- border-bottom: 1px solid #C5D5DD;
- padding: 0.2em 3em;
- border-top: 1px solid #C5D5DD;
-}
-
-#cgit .list[summary="repository info"] tr:nth-child(2n+1) > td {
- background-color: #F7FBFC;
-}
-
-#cgit .list[summary="tree listing"] tr:nth-child(2n+1) > td {
- background-color: #F7FBFC;
-}
-
-#cgit .list[summary="repository info"] tr:not(.nohover) + .nohover {
- border-top: 1px solid #C5D5DD !important;
-}
-
-#cgit .list[summary="repository info"] .nohover > td {
- background: transparent;
- border-left: none;
- border-right: none;
-}
-
-#cgit .list[summary="repository info"] tr:last-of-type > td {
- border: none;
-}
-
-*/
-
#cgit .pager {
list-style: none;
padding: 0;