From 624b6a3f2513cb1abfb53a3270d3b931eef64db1 Mon Sep 17 00:00:00 2001 From: emc3 Date: Mon, 29 Mar 2004 18:28:47 +0000 Subject: [PATCH] Added styles for post-meta git-svn-id: http://svn.automattic.com/wordpress/trunk@1026 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-layout.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wp-layout.css b/wp-layout.css index 573993243..f59897d2b 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; +} +