finetune security, get rid od inline css
This commit is contained in:
parent
2fd9581395
commit
9d9f00b14c
|
|
@ -1,10 +1,10 @@
|
|||
.mystyle1 {
|
||||
.content td.mystyle1 {
|
||||
width: 140px;
|
||||
border: none;
|
||||
padding: 2px 0
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
.mystyle2 {
|
||||
.content td.mystyle2 {
|
||||
border: none;
|
||||
padding: 2px 0
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
<meta property="og:title" content="nbit Informatik GmbH" />
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<title>nbit Informatik GmbH</title>
|
||||
<link rel="stylesheet" href="/css/bulma-nbit.css" />
|
||||
<link rel="stylesheet" href="/css/nbit.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/bulma-nbit.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/nbit.css" />
|
||||
<link rel="icon" type="image/png" href="/images/favicon-nbit-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-nbit-16x16.png" sizes="16x16">
|
||||
</head>
|
||||
|
|
@ -152,7 +152,7 @@ Kirchweg 2<br />
|
|||
<p><br />Falls EMails verschlüsselt werden sollen:</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="mystyle1"">PGP Public Key</td>
|
||||
<td class="mystyle1">PGP Public Key</td>
|
||||
<td class="mystyle2"><a href="/files/6E3F4ECE.asc" target=”_blank”>0x6E3F4ECE</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -161,7 +161,7 @@ Kirchweg 2<br />
|
|||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="box has-background-light has-margin-top-40 has-margin-bottom-10 has-text-centered">Copyright © 2020 by <a href="https://www.nbit.ch" title="nbit Informatik GmbH" ><span>nbit Informatik GmbH</span></a></div>
|
||||
<div class="box has-background-light has-margin-top-40 has-margin-bottom-10 has-text-centered">Copyright © 2020 by <a href="https://nbit.ch" title="nbit Informatik GmbH" ><span>nbit Informatik GmbH</span></a></div>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue