diff options
author | Leif Johansson <leifj@sunet.se> | 2016-04-13 12:01:59 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2016-04-13 12:01:59 +0200 |
commit | 84ef8f0967665de0f258e01fa3273e351a95708a (patch) | |
tree | c5c5b23abec263b7ca9786ec66f2b225b13b7204 /HEADER.html | |
parent | 61e06e0bf0a9ae023876480020fef7ee305779a3 (diff) |
statically scale logo
Diffstat (limited to 'HEADER.html')
-rw-r--r-- | HEADER.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/HEADER.html b/HEADER.html index 082d6123..4199a11a 100644 --- a/HEADER.html +++ b/HEADER.html @@ -9,16 +9,11 @@ <!-- Bootstrap --> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> - <style> - .logo { - width: 25%; - } - </style> </head> <body> <div class="container"> <div class="page-header"> - <img class="logo" src="swamid-logo-3.png"> + <img src="swamid-logo.png"> </div> <div class="alert alert-info"> <p><i class="glyphicon glyphicon-exclamation-sign"></i> <strong>Note Well</strong> The contents of this directory is explained in detail at <a class="alert-link" href="http://www.swamid.se">www.swamid.se</a>. In order to use any of these files you must either be a member of SWAMID or accept the <a class="alert-link" href="swamid-tou-sv.txt">SWAMID Metadata Terms of Use</a>(<a class="alert-link" href="swamid-tou-en.txt">en</a>).</p> |