summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-03-23 20:57:20 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-03-23 20:57:20 -0400
commited7f068488218abaa1843ff88087731c79b2b081 (patch)
tree0f4b4d94755c6bb5ea14fcadff1f179153aea6f3
parent60420c586ec91b6a35b9ec26b2b216cc5a5f64d2 (diff)
downloadcgit-skin-ed7f068488218abaa1843ff88087731c79b2b081.tar.gz
About tab
-rw-r--r--cgit.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index f85e7f0..49e30e8 100644
--- a/cgit.css
+++ b/cgit.css
@@ -680,7 +680,7 @@ body {
bottom: 0.1em;
color: #333;
border-radius: 4px;
- border: #d16199;
+ border: #b85686;
}
#cgit .stats {
@@ -722,3 +722,9 @@ body {
#cgit .stats tr:first-child {
border: 1px solid #C5D5DD;
}
+
+#cgit #summary {
+ width: 700px;
+ margin: 0 auto;
+ text-align: justify;
+}