1
0

css/wordpress.css: Added styling for tagline at bottom of each post

This commit is contained in:
Aaron Lindsay 2011-04-15 23:37:46 -06:00
parent 33d97f6022
commit 8c5f3a8681

View File

@ -112,3 +112,11 @@ div.aligncenter {
font-size: .8em;
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;
}