From: mits Date: Fri, 22 Sep 2006 01:23:49 +0000 (+0000) Subject: Changed breadcrumb and blog tag color. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e8928a65fdb052261536b0f8088034e49c651b6c;p=moodle.git Changed breadcrumb and blog tag color. --- diff --git a/theme/oceanblue/styles_color.css b/theme/oceanblue/styles_color.css index c9d9bd49ba..8d7f3e04aa 100644 --- a/theme/oceanblue/styles_color.css +++ b/theme/oceanblue/styles_color.css @@ -186,6 +186,9 @@ table.formtable tbody th { *** Header ***/ +.breadcrumb .sep { + color:#6666CC; +} /*** *** Footer ***/ @@ -299,6 +302,23 @@ table.flexible .r1 { } +/*** + *** Blogs + ***/ + +.blogpost.blogdraft .content { + background-color:#EEEEEE; +} + +.block_blog_tags .official { + color: #0000FF; +} + +.block_blog_tags .personal { + color: #0066CC; +} + + /*** *** Calendar ***/