From 3ad0f4ed1b3eec817ebe840fa0f3f76159aa4bce Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 30 Sep 2015 14:26:44 +0100 Subject: Add links to lane names --- partials/visualisation.html | 12 ++++++------ style.css | 7 +++++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/partials/visualisation.html b/partials/visualisation.html index 9ddd8a1..c3f5eb1 100644 --- a/partials/visualisation.html +++ b/partials/visualisation.html @@ -5,11 +5,11 @@
-

Change detection

+

Change detection

-

Integration

+

Integration

-

Build

+

Build

-

Provisioning

+

Provisioning

-

Automatic test

+

Automatic test

-

Publishing

+

Publishing

em>a:hover { width: 20%; margin: 0 auto; } -.lane.h3 { - color: white; +.lanelink:link { + color: white; +} +.lanelink:hover { + color: #F84525; } .box:hover { -- cgit v1.2.1