Skip to content

Commit

Permalink
Version bump and more complete sample CSS, refs #9
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-denizet committed Feb 12, 2018
1 parent dbbfe2f commit d997033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
end

0 comments on commit d997033

Please sign in to comment.