見せれない訳ではございません。Firebugを使って調べたところCSSは以下が関連しているとのことで出てきました。
a img {
border: medium none;
}
style.css (54 行目)
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0 none;
margin: 0;
padding: 0;
}
style.css (15 行目)
継承元a discussion/
.widget-area a:active, .widget-area a:hover {
text-decoration: underline;
}
style.css (1316 行目)
.widget-area a:link, .widget-area a:visited {
text-decoration: none;
}
style.css (1312 行目)
a:active, a:hover {
color: #FF4B33;
}
style.css (319 行目)
a:link {
color: #EE0000;
}
style.css (313 行目)
継承元table
table {
border-collapse: collapse;
border-spacing: 0;
}
style.css (50 行目)
継承元ul.xoxo
.widget-area ul {
list-style: none outside none;
}
style.css (1291 行目)
ul {
list-style: square outside none;
}
style.css (223 行目)
ol, ul {
list-style: none outside none;
}
style.css (36 行目)
継承元body.page
body, input, textarea {
color: #444444;
font-size: 13px;
line-height: 18px;
}
style.css (204 行目)
body, input, textarea, .page-title span, .pingback a.url {
font-family: "MS UI Gothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka",sans-serif;
}
style.css (111 行目)
body {
line-height: 1;
}
ちなみに画像はBRで改行かけているだけで特別なことはしていません。
ここから何か判りますでしょうか?