Sunday, May 25, 2008

Streak the Cat


This is "Streak"
Loves to take a nap on top of the cupboards.
He's a shy cat, surprised me that I was able to get this photo of him.
He walks very softly, almost like prancing.
He loves for my husband to rub his feet, a nightly ritual!
He is about 4 and in that time I have only heard him meow once.
When sleeping on the couch, he has to be completely covered up with a blanket!

Thursday, May 1, 2008

Getting rid of the original header border

When you put your own banner in your header of your blog, depending on the template you are using, the original header borders still show up behind your banner. Most people don't remove them and so their blog header to me, looks weird. So to correct that, here's how atleast on the Minima template I am using. Go to your template html, always back it up before changing. Look for this code:

#header-wrapper {
width:800px;
margin:0 auto 10px;
border:0px solid $bordercolor; }

#header-inner {
background-position: center;
margin-left: auto;
margin-right: auto;}

#header {
margin: 1px;
border: 0px dotted $bordercolor;
text-align: center;
color:$pagetitlecolor;

I have already changed mine to 0px, yours will probably have a 1px, just change it to 0px.