From d9970333f8e7f0b37ab38dfa5ee03573f808f8f4 Mon Sep 17 00:00:00 2001 From: Martin DENIZET Date: Mon, 12 Feb 2018 21:03:16 +0800 Subject: [PATCH] Version bump and more complete sample CSS, refs #9 --- init.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.rb b/init.rb index ef3d7f3..c016bee 100644 --- a/init.rb +++ b/init.rb @@ -24,15 +24,15 @@ name 'Redmine Custom CSS plugin' author 'Martin DENIZET' description 'Allows to customize Redmine\'s CSS' - version '0.1.6' + version '0.1.7' url 'https://github.com/martin-denizet/redmine_custom_css' author_url 'http://martin-denizet.com' settings :default => { - :css => "/*\nh2{\ncolor:red;\n}\n*/", + :css => "/*Sample CSS to make the headers red, uncomment to test\nh2{\ncolor:red;\n}\n*/", }, :partial => 'settings/custom_css' -end \ No newline at end of file +end