From 951e3b482794d7d0c64977a2b40e3f95729d9b46 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Wed, 3 Dec 2014 10:12:33 +0000 Subject: [PATCH] Making big project title a link --- PHPCI/View/SummaryTable.phtml | 4 +++- PHPCI/View/layout.phtml | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/PHPCI/View/SummaryTable.phtml b/PHPCI/View/SummaryTable.phtml index 77d71387..04cecd7f 100644 --- a/PHPCI/View/SummaryTable.phtml +++ b/PHPCI/View/SummaryTable.phtml @@ -80,7 +80,9 @@ foreach($projects as $project):

- getTitle(); ?> + + getTitle(); ?> +

0): ?> diff --git a/PHPCI/View/layout.phtml b/PHPCI/View/layout.phtml index 47fa2609..c6171a07 100644 --- a/PHPCI/View/layout.phtml +++ b/PHPCI/View/layout.phtml @@ -67,6 +67,10 @@ margin-bottom: 20px; } + .small-box h3 a { + color: #fff; + } +