Ik heb van <div class="entry">
-> <div class="entry-home">
gemaakt. En alle entry’s zijn dit geworden:
.entry a:link, .entry-home a:link,
.entry a:visited, .entry-home a:visited {
color: #732C7B;
background-color: transparent;
}
.entry a:hover, .entry-home a:hover {
color:#008B59;
background-color: transparent;
text-decoration: none;
}
.entry img, .entry-home img{
max-width:600px;
padding: 0px 0px;
margin: 5px 10px 10px 0px;
display: inline;
background: white;
border: 4px ridge #008b59;
}
.entry p, .entry-home p{
margin:5px 0px;
padding:5px 0px;
line-height:22px;
color: #000;
}
.entry pre,address,ul,li,h1,h2,h3,h4,h5,h6,dl,dt,table, .entry-home pre,address,ul,li,h1,h2,h3,h4,h5,h6,dl,dt,table{
color:#000;
}
.entry table,th,td, .entry table,th,td{
border-style:solid;
border-width:1px;
border-color:#000;
padding:1px 1px 1px 1px;
}
Hieronder heb ik .entry-home p {font-weight:normal;}
ingevoegd in de style.css. Nu heb ik als test een inleiding dikgedrukt gemaakt, en op de homepagina is hij nog steeds dikgedrukt, doe ik iets fout?