From 7c4e580466510706bafd8a1a56753e509f27d2a4 Mon Sep 17 00:00:00 2001 From: Dougal Campbell Date: Mon, 29 Mar 2004 18:28:47 +0000 Subject: [PATCH] Added styles for post-meta git-svn-id: https://develop.svn.wordpress.org/trunk@1026 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-layout.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wp-layout.css b/wp-layout.css index 5739932438..f59897d2b3 100644 --- a/wp-layout.css +++ b/wp-layout.css @@ -284,3 +284,17 @@ p, li, .feedback { font-style: normal; text-transform: capitalize; } + +/* classes used by the_meta() */ +ul.post-meta { + list-style: none; +} + +ul.post-meta li { + display: inline; +} + +ul.post-meta span.post-meta-key { + font-weight: bold; +} +