css/wordpress.css: Added styling for tagline at bottom of each post
This commit is contained in:
parent
33d97f6022
commit
8c5f3a8681
@ -112,3 +112,11 @@ div.aligncenter {
|
|||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
border-bottom: 1px solid #ccd;
|
border-bottom: 1px solid #ccd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Styling for byline at bottom of wordpress posts */
|
||||||
|
.post .postmetadata {
|
||||||
|
border-top: 1px solid #ccd;
|
||||||
|
margin-top: 2em;
|
||||||
|
padding: .5em;
|
||||||
|
font-size: .9em;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user