ssh public key

This commit is contained in:
Gaspard Jankowiak 2018-11-26 10:45:05 +01:00
commit 3cd91afc3b
2 changed files with 7 additions and 0 deletions

View file

@ -71,6 +71,8 @@ header a { color: $text; }
pre { background-color: #f5f5f5; padding: 0.5em; margin: 0.5em 0; }
code { font-family: mono; }
code.language-ssh-key { word-wrap: break-word; word-break: break-all; white-space: pre-line; }
nav { text-align: center; font-size: 120%; margin: 1em 0; }
nav ul li { display: inline; margin: 0; clear: both; padding: 0 10px 0 11px; }
nav ul li:nth-child(n+2) { border-left: 1px solid $rule; }