From 469894780b06d9029674f60d8c3fe3e88680bf1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no> Date: Mon, 22 Aug 2016 16:58:25 +0200 Subject: [PATCH] Revert "Remove inline style sheet" This reverts commit ce040885023434abb6a7362449d588f90888413e. --- templates/includes/header.php | 2 +- www/resources/default.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/includes/header.php b/templates/includes/header.php index 296843af4..de8454d19 100644 --- a/templates/includes/header.php +++ b/templates/includes/header.php @@ -125,7 +125,7 @@ if($onLoad !== '') { <div id="wrap"> <div id="header"> - <h1><a href="/<?php echo $this->data['baseurlpath']; ?>"><?php + <h1><a style="text-decoration: none; color: white" href="/<?php echo $this->data['baseurlpath']; ?>"><?php echo (isset($this->data['header']) ? $this->data['header'] : 'SimpleSAMLphp'); ?></a></h1> </div> diff --git a/www/resources/default.css b/www/resources/default.css index d27916ca6..ab6cfe3ef 100644 --- a/www/resources/default.css +++ b/www/resources/default.css @@ -48,7 +48,7 @@ a, a:link, a:link, a:link, a:hover { a:link, a:visited { text-decoration: none; - color: #fff; + color: #777; border-bottom: 1px dotted #ccc; font-weight: normal; } -- GitLab