Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Planetpostgresql


  • From: Tommy Gildseth <tommy(dot)gildseth(at)usit(dot)uio(dot)no>
  • To: pgsql-www(at)postgresql(dot)org
  • Subject: Planetpostgresql
  • Date: Tue, 25 Dec 2007 14:59:09 +0100
  • Message-id: <47710CAD(dot)3020605(at)usit(dot)uio(dot)no>

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;


Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group