Add workaround for s9y blogs with author pics (hello Ads)
authorMagnus Hagander <magnus@hagander.net>
Sat, 18 Oct 2008 08:34:08 +0000 (08:34 +0000)
committerMagnus Hagander <magnus@hagander.net>
Sat, 18 Oct 2008 08:34:08 +0000 (08:34 +0000)
www/css/planet.css

index 7dc7abd625b391e000a1da093c9f12f938dd86c7..19dc089614b9cdb100a6459e962120eca07442f4 100644 (file)
@@ -130,3 +130,10 @@ a:visited                       { color:#004E66; text-decoration: underline; }
 a:active                        { color:#0085B0; text-decoration: underline; }
 a:hover                         { color:#000000; text-decoration: underline; }
 
+/* blog-specific hackery */
+div.serendipity_authorpic {
+   display: block;
+   float: right;
+   margin: 5px;
+}
+}