Nach welchen Befehlen muss ich schauen? Habe nichts ungewöhmliches festgestellt.
CSS für Post:
.entry {
margin: 10px 0px 10px 0px;
padding: 0px 0px;font-size: 14px;
overflow: hidden;
text-shadow: -1px 1px 0px #fff;
font: 13px Tahoma, century gothic,Arial,verdana, sans-serif;
}
.entry a:link,
.entry a:visited {
color: #1D92A3;
}
.entry a:hover {
color: #2EA4B5;
}
.entry ul, .entry ol {
margin: .4em 0 1em;
line-height: 150%;
}
.entry ul li, .entry ol li {
list-style-position: outside;
margin-left: 1.6em;
}
.entry p {
margin: 0px 0px 0px 0px;
padding: 10px 0px;
line-height: 180%;
}
Alles anzeigen
CSS Global:
/* RESET */
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-style: inherit ;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
Alles anzeigen