From ce93e984084764f24f25324e8033c405b7e768f5 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 25 May 2017 19:45:35 +0200 Subject: [PATCH] index: common styling for family name Replace inline style by semantic class name (matching vcard microformat ). --- base.css | 4 ++++ index.plp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/base.css b/base.css index c76d6a0..9953dee 100644 --- a/base.css +++ b/base.css @@ -685,6 +685,10 @@ form.aside { right: 1em; } +.family-name { + font-variant: small-caps; +} + #index nav { columns: 3; -moz-columns: 3; diff --git a/index.plp b/index.plp index 3e997e3..36d87eb 100644 --- a/index.plp +++ b/index.plp @@ -18,7 +18,7 @@ Html({ Through the miracle of formatting, design, abbreviation, compression, and Perl, the following topics have been condensed into single pages of reference.
-Originally created by Mischa Poslawsky, +Originally created by Mischa Poslawsky, but you're free to use, print, alter, and redistribute under the AGPL license.

<: -- 2.30.0