hey guys,
i have been searching in this forum for css code to change the size of my headlines and delete the border arround the thumbnails on my blogroll...
yes, i used firebug too ![]()
this is the code i use right now:
/*Change Font Size for H2 Title Headings*/
h2.entry-title.entry-title a {
color: #fff;
font-size: 24px;
line-height:1.0em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
/* ==== POSTS ==== */
.post-meta .c_img {
background: none repeat scroll 0 0 #fff;
border: 0 solid #fff;
box-shadow: 0 0 0 transparent;
}
.post-meta .c_img .hentry
.c_img {
border: 0 solid transparent;
display: block;
line-height: 0;
max-width: 98%;
padding: 0;
}
.post-meta .c_img img {
box-shadow: 0 0 0 #ffffff;
}
unfortunately the code is only working in safari...not in firefox...
so when i open the page with safari...everything is just like i want it to be.
when i open it with firefox...no changes appear.
firefox:
198.66KB 11 downloadssafari:
186.42KB 11 downloads
any idea what the problem might be?
thanks in advance...
link to the site:











