Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorChristian Johansen <christian@gitorious.org>2011-08-30 18:51:15 (GMT)
committer Christian Johansen <christian@gitorious.org>2011-08-30 18:51:15 (GMT)
commit9c1adc175d15dfce1c8f29422d03059b2e5c09be (patch)
tree82f5275ccbc54544c44ca6c96e7fe2b77603d56b /public
parent9e2f3adfcf4fcb4ac6873c47428dbc37845b07f3 (diff)
Ref names in the log graph
Diffstat (limited to 'public')
m---------public/javascripts/lib/capillary0
-rw-r--r--public/stylesheets/content.css13
2 files changed, 13 insertions, 0 deletions
diff --git a/public/javascripts/lib/capillary b/public/javascripts/lib/capillary
-Subproject 762fd89bae6951c8b4ef19ab4eff6e0339f6382
+Subproject d379fdfadfd92217302c9546d430f598b321c4e
diff --git a/public/stylesheets/content.css b/public/stylesheets/content.css
index f6c29ce..851d932 100644
--- a/public/stylesheets/content.css
+++ b/public/stylesheets/content.css
@@ -548,6 +548,19 @@ span.changed {
white-space: nowrap;
}
+#capillary-log .ref-name {
+ background: #ddd;
+ color: #4e4e4e;
+ border-radius: 4px;
+ display: inline-block;
+ margin: 0 5px 0 0;
+ padding: 0 5px;
+}
+
+#capillary-log a.ref-name:hover {
+ text-decoration: underline;
+}
+
#capillary-log li .msg {
color: #696969;
}