summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-03-22 18:46:41 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-03-22 18:46:41 -0400
commitb75aea56131787564c622b67f8869f9a5f0f6eae (patch)
treedda7e5d3617441012b1c566cfff3482db86344d3
parent3aa2fe1280c8c95034b50e61c8b033c3ba5f54ac (diff)
downloadcgit-skin-b75aea56131787564c622b67f8869f9a5f0f6eae.tar.gz
Commit graph tweaking
-rw-r--r--cgit.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/cgit.css b/cgit.css
index 3611918..57c90f7 100644
--- a/cgit.css
+++ b/cgit.css
@@ -217,9 +217,6 @@ body {
border: none;
}
-#cgit .list .commitgraph {
- font-family: "Source Code Pro";
-}
*/
#cgit .list {
@@ -227,6 +224,10 @@ body {
width: 100%;
}
+#cgit .list .commitgraph {
+ font-family: "Source Code Pro";
+}
+
#cgit .list[summary="repository list"] {
font-size: 95%;
}
@@ -244,6 +245,10 @@ body {
background-color: #FCFCcc;
}
+#cgit .list .nohover td {
+ padding: 0 0.2em;
+}
+
#cgit .list .nohover:hover {
background-color: transparent;
}
@@ -268,6 +273,7 @@ body {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
font-weight: bold;
+ padding: 0.2em 0.2em !important;
}
#cgit .cgit-panel {