From: joerg Date: Sun, 20 Feb 2011 11:09:19 +0000 (+0000) Subject: add a small patch from kibi to have titles small-caps, not all uppercase X-Git-Url: https://git.deb.at/w?p=deb%2Fhackedgotchi.git;a=commitdiff_plain;h=ae048b12d9f0ec1f135aecd04b48ec245f2614f2;hp=aafa6bf8ff56de94b32d2898182cc8ef1b446af8;ds=sidebyside 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 --- 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;