]> git.deb.at Git - deb/hackedgotchi.git/commitdiff
add a small patch from kibi to have titles small-caps, not all uppercase
authorjoerg <joerg@c2f067bf-98e0-425f-9c98-e76020cfa380>
Sun, 20 Feb 2011 11:09:19 +0000 (11:09 +0000)
committerjoerg <joerg@c2f067bf-98e0-425f-9c98-e76020cfa380>
Sun, 20 Feb 2011 11:09:19 +0000 (11:09 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/planet-debian/trunk@1396 c2f067bf-98e0-425f-9c98-e76020cfa380

www/common/planet.css

index fefb6ed5fb0c059a04e5da08184e038c2f0b5421..02e4fab8fbc3b1bcef38d6b02435484e8d460b56 100644 (file)
@@ -35,7 +35,8 @@ img.face {
 }
 h2.planet-title {
        font-family:monospace;
 }
 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;
        letter-spacing: 0.2em;
        background-color: #c70036;
        color: white;