Skip to content
Snippets Groups Projects
Commit 5f109426 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst Committed by GitHub
Browse files

Merge pull request #442 from dnmvisser/css-patch1

Remove inline style sheet
parents c70e0b75 ce040885
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ if($onLoad !== '') { ...@@ -125,7 +125,7 @@ if($onLoad !== '') {
<div id="wrap"> <div id="wrap">
<div id="header"> <div id="header">
<h1><a style="text-decoration: none; color: white" href="/<?php echo $this->data['baseurlpath']; ?>"><?php <h1><a href="/<?php echo $this->data['baseurlpath']; ?>"><?php
echo (isset($this->data['header']) ? $this->data['header'] : 'SimpleSAMLphp'); echo (isset($this->data['header']) ? $this->data['header'] : 'SimpleSAMLphp');
?></a></h1> ?></a></h1>
</div> </div>
......
...@@ -48,7 +48,7 @@ a, a:link, a:link, a:link, a:hover { ...@@ -48,7 +48,7 @@ a, a:link, a:link, a:link, a:hover {
a:link, a:visited { a:link, a:visited {
text-decoration: none; text-decoration: none;
color: #777; color: #fff;
border-bottom: 1px dotted #ccc; border-bottom: 1px dotted #ccc;
font-weight: normal; font-weight: normal;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment