Leave a comment

Comments 2

ina_ami September 29 2011, 17:34:53 UTC
this is just a guess i'm not sure it's gonna work but in your css you have
.subject {
padding: 10px 10px 10px 20px;
background-color: transparent ;
color: #888888;
font-style: italic;
font-family: "Georgia", Serif, Tahoma, "Verdana", sans-serif;
text-transform: lowercase;
font-size: 14px;
line-height: 7%;
letter-spacing: -1px;}

try replacing it with line-height: 100%; or even bigger then 100%

Reply

vinylreckoning September 29 2011, 17:37:39 UTC
It worked,thank you!!!!

Reply


Leave a comment

Up