From d7fb2e1f81d583077b4eff81c085ac2d21bbb1a8 Mon Sep 17 00:00:00 2001 From: kfrn Date: Fri, 27 Jan 2017 18:11:45 +1300 Subject: [PATCH 1/3] Add PowerShell script entry; CSS for codeblock --- css/css.css | 11 ++++++++++- index.html | 48 +++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 53 insertions(+), 6 deletions(-) diff --git a/css/css.css b/css/css.css index 775db53..01383eb 100644 --- a/css/css.css +++ b/css/css.css @@ -56,4 +56,13 @@ div { .btn:hover:before, .btn:focus:before, .btn:active:before { -webkit-transform: scale(1.3) translateZ(0); transform: scale(1.3) translateZ(0); -} \ No newline at end of file +} + +.codeblock { + font-family: monospace + padding:2px 4px; + font-size:90%; + color:#c7254e; + background-color:#f9f2f4; + border-radius:4px +} diff --git a/index.html b/index.html index 5d64178..209fe97 100644 --- a/index.html +++ b/index.html @@ -665,14 +665,14 @@

Preservation

- - -