Skip to content
Snippets Groups Projects
Commit ce040885 authored by Dick Visser's avatar Dick Visser
Browse files

Remove inline style sheet

parent c70e0b75
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ if($onLoad !== '') {
<div id="wrap">
<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');
?></a></h1>
</div>
......
......@@ -48,7 +48,7 @@ a, a:link, a:link, a:link, a:hover {
a:link, a:visited {
text-decoration: none;
color: #777;
color: #fff;
border-bottom: 1px dotted #ccc;
font-weight: normal;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment