css/wordpress.css: Added styling for tagline at bottom of each post
This commit is contained in:
		| @@ -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; | ||||||
|  | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user