changeset 1321:a7dcfc46fbe2 redmine-2.2-integration

More front page formatting
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 19 Jun 2013 15:19:01 +0100
parents 75f258d6f747
children 596e34bffcc7
files app/views/welcome/index.html.erb public/themes/soundsoftware/stylesheets/application.css
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 %>
+
--- 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;