X-Git-Url: https://git.deb.at/?p=deb%2Fhackedgotchi.git;a=blobdiff_plain;f=www%2Fcommon%2Fplanet.css;h=6c0d5f5eaf16293144603d40c59a840dacb4d9e3;hp=fefb6ed5fb0c059a04e5da08184e038c2f0b5421;hb=e9eda582feef89adbeb4d4e74ef7eddb658aba8d;hpb=11f0fb5742af8e0227126bad520b515722b9e35d diff --git a/www/common/planet.css b/www/common/planet.css index fefb6ed..6c0d5f5 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; @@ -113,3 +114,14 @@ table > td:fist-child { #outer { margin-left: 10px; } + +/* Make pre's wrap to the window */ +pre { white-space: normal ! important; } +pre { white-space: -moz-pre-wrap ! important; } +pre { white-space: pre-wrap ! important; } +code { white-space: normal ! important; } +code { white-space: -moz-pre-wrap ! important; } +code { white-space: pre-wrap ! important; } +tt { white-space: normal ! important; } +tt { white-space: -moz-pre-wrap ! important; } +tt { white-space: pre-wrap ! important; }