From: moodler Date: Mon, 1 May 2006 03:41:40 +0000 (+0000) Subject: Fixed some blog styles X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=90fcfc0adad9c8c3527d099790609f57a384f41d;p=moodle.git Fixed some blog styles --- diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 646ac389b2..3011bf79bd 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -293,6 +293,10 @@ a.skip-block { font-size: 0.85em; } +.blogpost .tags { + font-size: 0.85em; +} + /*** *** Calendar diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 7348a09fb6..59bcacb46b 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -601,6 +601,10 @@ ul.list, ul.list li { text-align: right; } +.blogpost .tags { + margin-top: 15px; +} + /*** *** Calendar