aboutsummaryrefslogtreecommitdiff
path: root/cgit.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css51
1 files changed, 8 insertions, 43 deletions
diff --git a/cgit.css b/cgit.css
index ae304fa..94372d6 100644
--- a/cgit.css
+++ b/cgit.css
@@ -3,7 +3,7 @@ body {
font-size: normal;
background: white;
padding: 0em;
- margin: 0.5em 1em;
+ margin: 0.5em;
}
@@ -50,19 +50,16 @@ img {
div#header {
- background-color: #eee;
+ background-color: #ddd;
padding: 0.25em 0.25em 0.25em 0.5em;
font-size: 150%;
font-weight: bold;
- border: solid 1px #ccc;
+ border: solid 1px #aaa;
vertical-align: middle;
}
div#header img#logo {
float: right;
}
-div#header a {
- color: black;
-}
div#content {
margin: 0.5em 0.5em;
@@ -100,7 +97,8 @@ table.log td {
table.commit-info {
border-collapse: collapse;
- margin-top: 1.5em;
+ margin-top: 1em;
+
}
table.commit-info th {
text-align: left;
@@ -113,47 +111,14 @@ table.commit-info td {
}
div.commit-subject {
font-weight: bold;
- font-size: 125%;
- margin: 1.5em 0em 0.5em 0em;
- padding: 0em;
+ font-size: 110%;
+ margin: 1em 0em 1em;
}
div.commit-msg {
white-space: pre;
- font-family: monospace;
-}
-table.diffstat {
- border-collapse: collapse;
- margin-top: 1.5em;
-}
-table.diffstat th {
- font-weight: normal;
- text-align: left;
- text-decoration: underline;
- padding: 0.1em 1em 0.1em 0.1em;
- font-size: 100%;
-}
-table.diffstat td {
- padding: 0.1em 1em 0.1em 0.1em;
+ font-family: courier;
font-size: 100%;
}
-table.diffstat td span.modechange {
- padding-left: 1em;
- color: red;
-}
-table.diffstat td.add a {
- color: green;
-}
-table.diffstat td.del a {
- color: red;
-}
-table.diffstat td.upd a {
- color: blue;
-}
-table.diffstat td.summary {
- /* border-top: solid 1px black; */
- color: #888;
- padding-top: 0.5em;
-}
.sha1 {
font-family: courier;
font-size: 90%;