Hallo ihr Lieben,
ich habe folgendes Problem. Wenn ich einen mehrzeiligen Titel verfasse, läuft dieser ineinander, weil zwischen den Zeilen nicht genügend Abstand ist. Ich habe unter hr1 einige Veränderungen probiert, bin aber der Lösung noch nicht näher. Kann mir jemand helfen?
Ich danke herzlichst!
Meine http://www.lotteinlove.de/
PHP
body {
background: #fff;
font:x-small Verdana,Georgia,Serif;
text-align:left;
color:#666;
font-size: 11px;
line-height: 16px;
margin: 0;
}
.meta {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform: uppercase;
color: #666;
padding-bottom: 0px;
text-align: left;
}
h2 {
color: #666;
font-size: 14px;
text-align: left;
}
.metaBottom {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform: uppercase;
color: #666;
padding-bottom: 10px;
text-align: center;
}
h3 {
font-family: Georgia, Verdana, Arial;
font-size: 24px;
font-weight: normal;
margin: 0 0 0px 0;
padding-top: 10px;
text-align: left;
color: #CC3366;
}
h1 {
font-family: Georgia, Verdana, Arial;
font-size: 32px;
font-weight: normal;
margin: 0 0 0px 0;
padding-top: 14px;
padding-bottom: 14px;
border-bottom: 1px solid #999999;
color: #000;
text-align: left;
}
hr {
border: 0;
height: 1px;
}
hr.hr1 {
color: #999;
background-color: #CC3366;
height: 1px;
}
.archives {
margin-top: 30px;
padding-bottom: 0px;
padding-left: 28px;
margin-bottom: 0px;
text-align: left;
width: 150px;
color: #000;
}
form {
margin-bottom: 0px;
}
input, textarea {
size: 15;
}
ul {
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-left: 0px;
}
li {
list-style-type: none;
margin-left: 0px;
}
.column {
width:410px;
text-align:justify;
}
blockquote, blockquote p {
text-indent: 0px;
margin-bottom: 7px;
color: #CC3366;
}
a {
color: #CC3366;
text-decoration: none;
}
a:visited {
color: #CC3366;
}
a:hover {
color: #999999;
}
.lineSep {
border-top: 1px solid #999999;
width: 100%
}
Alles anzeigen