# HG changeset patch # User Chris Cannam # Date 1371651541 -3600 # Node ID a7dcfc46fbe2db5e198c4e7b0f1776f8d945e8aa # Parent 75f258d6f7475c2a584f8fbb832f49c22ede1468 More front page formatting diff -r 75f258d6f747 -r a7dcfc46fbe2 app/views/welcome/index.html.erb --- a/app/views/welcome/index.html.erb Wed Jun 19 14:44:26 2013 +0100 +++ b/app/views/welcome/index.html.erb Wed Jun 19 15:19:01 2013 +0100 @@ -17,3 +17,4 @@ <%= auto_discovery_link_tag(:atom, {:controller => 'activities', :action => 'index', :key => User.current.rss_key, :format => 'atom'}, :title => "#{Setting.app_title}: #{l(:label_activity)}") %> <% end %> + diff -r 75f258d6f747 -r a7dcfc46fbe2 public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Wed Jun 19 14:44:26 2013 +0100 +++ b/public/themes/soundsoftware/stylesheets/application.css Wed Jun 19 15:19:01 2013 +0100 @@ -178,9 +178,15 @@ #welcomepage { width: 80%; - margin-left: 71px; + margin-left: 10%; margin-top: 10px; } +#welcomepage blockquote { + border: 0; + margin-top: 2em; + padding-left: 0; + margin-left: 0; +} #welcomepage p, #welcomepage li { font-size: 1.2em; color: #3e442c;