If this isn't the right place for questions about planetpostgresql.org,
feel free to ignore.
I'd like to propose the following patch for the frontpage, to prevent
h3's in the blog posts from messing up the page.
--
Tommy Gildseth
--- planet_old.css 2007-12-25 14:43:17.000000000 +0100
+++ planet.css 2007-12-25 14:43:34.000000000 +0100
@@ -82,6 +82,13 @@
margin-bottom: 2em;
}
+.entry h3 {
+ background: none;
+ border: none;
+ font-size: 1em;
+ padding: 0px;
+}
+
.entry .date {
font-family: "Bitstream Vera Sans", sans-serif;
color: grey;