1
0

Bulletproof additions/modifications:

Added new class of serendipity_Sticky_Entry in entries.tpl.
Added template option to suppress entry footer for sticky posts.
Added template option to suppress entry heading for sticky posts.
Added template option to include or exclude icons in previous/next page links.
Added default rules for class counter_code to style.css.
This commit is contained in:
Don Chambers
2007-09-06 15:16:46 +00:00
parent e69bbc7dbb
commit 867ccf7394
10 changed files with 308 additions and 198 deletions

View File

@ -80,9 +80,11 @@ p {
/*** Footer styles ***/
#footer p {
#footer p,
.counter_code {
margin-left: 10px;
padding: 0;
clear: both;
}
#serendipity_credit_line {
@ -97,6 +99,13 @@ p {
display: inline;
}
.serendipity_pageFooter img{
vertical-align: middle;
margin: 0 2px;
height: 12px;
width: 12px;
border: 0 none;
}
/*** Entry styles ***/
.serendipity_Entry_Date {