webapps.planet: use div to style post body.
parent
b6853b8c6a
commit
77fd680475
|
@ -13,12 +13,8 @@ h1.planet-title {
|
|||
background-color:#f5f5f5;
|
||||
}
|
||||
|
||||
pre, code {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.infobox {
|
||||
padding-left: 10px;
|
||||
.posting-body {
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
.posting-date {
|
||||
|
@ -26,11 +22,10 @@ pre, code {
|
|||
font-size: 90%;
|
||||
}
|
||||
|
||||
a.more {
|
||||
display: block;
|
||||
padding: 0 0 5px 0;
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
text-align: right;
|
||||
border: none;
|
||||
pre, code {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.infobox {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
<t:a t:value="url"><t:label t:name="title" /></t:a>
|
||||
</h2>
|
||||
|
||||
<p class="posting-body">
|
||||
<div class="posting-body">
|
||||
<t:html t:name="description" />
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p class="posting-date">
|
||||
<t:a t:value="url"><t:label t:name="date" /></t:a>
|
||||
|
|
Loading…
Reference in New Issue