It's kind of silly to pull them down from www.postgresql.org each time.
And with the switch to https-only there, it will also lead to a bunch of
extra redirects which will slow things down.
<body>
<div id="planetWrap">
<div id="planetHeader">
- <div class="fl"><a href="/"><img src="http://www.postgresql.org/layout/images/hdr_left.png" alt="PostgreSQL" /></a></div>
- <div class="fr"><img width="210" height="80" src="http://www.postgresql.org/layout/images/hdr_right.png" alt="The world's most advanced open source database" /></div>
+ <div class="fl"><a href="/"><img src="/img/hdr_left.png" alt="PostgreSQL" /></a></div>
+ <div class="fr"><img width="210" height="80" src="/img/hdr_right.png" alt="The world's most advanced open source database" /></div>
<div class="cb"></div>
</div> <!-- planetHeader -->
<div id="planetMain">
div#planetHeader {
width: 100%;
- background: url(http://www.postgresql.org/layout/images/hdr_fill.png);
+ background: url(/img/hdr_fill.png);
padding: 0 0 0 0;
height: 80px;
margin: 5px 0 2px 0;
div#planethdr {
padding-left: 0px;
padding-right: 0px;
- background: url(http://www.postgresql.org/layout/images/hdr_fill.png);
+ background: url(/img/hdr_fill.png);
}
input.form-control[type=checkbox] {