# HG changeset patch # User Chris Cannam # Date 1371811432 -3600 # Node ID 1f9cdee56991932080460b3a5ad60450cd8d3bd4 # Parent e5d5cb1bc3be42d2cc0bfe68c6246265e0b34bb2 Layout adjustments diff -r e5d5cb1bc3be -r 1f9cdee56991 app/controllers/welcome_controller.rb --- a/app/controllers/welcome_controller.rb Fri Jun 21 11:19:15 2013 +0100 +++ b/app/controllers/welcome_controller.rb Fri Jun 21 11:43:52 2013 +0100 @@ -24,7 +24,7 @@ def index @site_project = Project.find_by_identifier "soundsoftware-site" @site_news = [] - @site_news = News.latest_for @site_project if @site_project + @site_news = News.latest_for(@site_project, 3) if @site_project # tests if user is logged in to generate the tips of the day list if User.current.logged? diff -r e5d5cb1bc3be -r 1f9cdee56991 plugins/redmine_tags/assets/stylesheets/redmine_tags.css --- a/plugins/redmine_tags/assets/stylesheets/redmine_tags.css Fri Jun 21 11:19:15 2013 +0100 +++ b/plugins/redmine_tags/assets/stylesheets/redmine_tags.css Fri Jun 21 11:43:52 2013 +0100 @@ -22,6 +22,7 @@ ul.tags li { margin: .25em 0px; } div.tags { text-align: center; } +div.tags h3 { text-align: left; } div.tags .tag-label { margin: .25em; } div.tags .tag-nube-1 { font-size: .8em; } div.tags .tag-nube-2 { font-size: .9em; } diff -r e5d5cb1bc3be -r 1f9cdee56991 public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Fri Jun 21 11:19:15 2013 +0100 +++ b/public/themes/soundsoftware/stylesheets/application.css Fri Jun 21 11:43:52 2013 +0100 @@ -207,7 +207,7 @@ float: right; width: 27%; margin-right: 3%; - margin-top: 2.5em; + margin-top: 1em; margin-left: 2em; margin-bottom: 2em; }