Add KeySigning layout & CSS

This commit is contained in:
Jesper Hess 2015-02-16 22:30:50 +01:00
parent 2a445e55a9
commit 0349dde6dd
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8" />
<head>
<link rel="stylesheet" href="{{ "/css/keysigning.css" | prepend: site.baseurl }}">
</head>
<body>
{{ content }}
</body>
</html>

25
css/keysigning.scss Normal file
View File

@ -0,0 +1,25 @@
---
---
table {
border-width: 1px;
border-style: solid;
border-color: black;
border-collapse: collapse;
th {
border-width: 1px;
border-style: solid;
border-color: black;
padding: 2px;
}
td {
border-width: 1px;
border-style: solid;
border-color: black;
padding: 4px;
pre {
margin: 0;
}
}
}