From 01071fb7ffa5f4e2b433be70e475a66a43a319c9 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 29 Sep 2015 16:19:16 +0100 Subject: Add names to the lanes, in white --- partials/visualisation.html | 12 ++++++++++-- style.css | 4 ++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/partials/visualisation.html b/partials/visualisation.html index 19fd886..4cb9c61 100644 --- a/partials/visualisation.html +++ b/partials/visualisation.html @@ -4,9 +4,12 @@
-
+
+

Change detection

+
+

Integration

+

Build

+

Provisioning

+

Automatic test

-
+
+

Publishing

+
diff --git a/style.css b/style.css index 1ac4395..642d940 100644 --- a/style.css +++ b/style.css @@ -53,6 +53,10 @@ h1>em>a:hover { border-radius: 0.5em; } +.lane.h3 { + color: white; +} + .box:hover { cursor: pointer; } -- cgit v1.2.1