From ae048b12d9f0ec1f135aecd04b48ec245f2614f2 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 20 Feb 2011 11:09:19 +0000 Subject: [PATCH 1/1] add a small patch from kibi to have titles small-caps, not all uppercase git-svn-id: svn+ssh://svn.debian.org/svn/planet-debian/trunk@1396 c2f067bf-98e0-425f-9c98-e76020cfa380 --- www/common/planet.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/common/planet.css b/www/common/planet.css index fefb6ed..02e4fab 100644 --- a/www/common/planet.css +++ b/www/common/planet.css @@ -35,7 +35,8 @@ img.face { } h2.planet-title { font-family:monospace; - text-transform: uppercase; +// text-transform: uppercase; + font-variant: small-caps; letter-spacing: 0.2em; background-color: #c70036; color: white; -- 2.39.2