From acd7f01b5485d9d277034838e28f830f35721520 Mon Sep 17 00:00:00 2001 From: Graham Cole <chckens@sucs.org> Date: Tue, 26 Aug 2008 19:31:35 +0000 Subject: [PATCH] render acronyms and abbreviations as small caps --- htdocs/css/common.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/css/common.css b/htdocs/css/common.css index 9796cd5..66cd2d2 100644 --- a/htdocs/css/common.css +++ b/htdocs/css/common.css @@ -36,6 +36,12 @@ dd { margin-bottom: 0.5em; } +acronym, abbr { + text-transform: lowercase; + font-variant: small-caps; +} + + /* -------------------------------------------------- Branding -------------------------------------------------- */ -- GitLab