From 2e5eacff0132cabce81e0a7c4b526f4604495384 Mon Sep 17 00:00:00 2001 From: samtuke Date: Tue, 5 Oct 2010 13:44:26 +0000 Subject: [PATCH] added new rules for displaying article metadata in xsl and css svn path=/trunk/; revision=17282 --- fsfeurope.xsl | 31 +++++++++++++++++++++++++++++++ style/fsfeurope.css | 23 +++++++++++++++-------- 2 files changed, 46 insertions(+), 8 deletions(-) diff --git a/fsfeurope.xsl b/fsfeurope.xsl index 1b30171fbc..b13b11db61 100644 --- a/fsfeurope.xsl +++ b/fsfeurope.xsl @@ -59,6 +59,37 @@ + + + + + + + + + + + article-metadata + + : + + + + + + + + + + + : + + + + + + + diff --git a/style/fsfeurope.css b/style/fsfeurope.css index 2e70b17754..7fbefbf30b 100644 --- a/style/fsfeurope.css +++ b/style/fsfeurope.css @@ -1190,16 +1190,23 @@ ul.overview { /* Article pages */ -#article-author, #article-author a { - color:#202D79; +#article-metadata { + margin:0.5em 0 1.5em; } -#article-author a { - margin:0.5em 0; - text-decoration:underline; +#article-metadata p { + margin:0; } -#article-date { - margin:0.5em 0; - color:#202D79; +#article-metadata a { + color:#323232; +} + +#article-metadata span.label { + color: #202D79; + padding-left:1em; +} + +#article-metadata span.label:first-child { + padding-left:0; } \ No newline at end of file