diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-17 18:52:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-17 18:52:28 +0000 |
commit | 91a493e2c7ca59130f3c4a718e2b07b4448633b9 (patch) | |
tree | 8e9fdd8321e1fcd589c78b3a5545c521af199566 /app/views/welcome | |
parent | b8cd280bec05f76c0a889f9650fc1a88b33ddc4e (diff) | |
download | redmine-91a493e2c7ca59130f3c4a718e2b07b4448633b9.tar.gz redmine-91a493e2c7ca59130f3c4a718e2b07b4448633b9.zip |
Removes large icons.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3179 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/welcome')
-rw-r--r-- | app/views/welcome/index.rhtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/welcome/index.rhtml b/app/views/welcome/index.rhtml index 021e330d8..279c35421 100644 --- a/app/views/welcome/index.rhtml +++ b/app/views/welcome/index.rhtml @@ -3,7 +3,7 @@ <div class="splitcontentleft"> <%= textilizable Setting.welcome_text %> <% if @news.any? %> - <div class="box"> + <div class="news box"> <h3><%=l(:label_news_latest)%></h3> <%= render :partial => 'news/news', :collection => @news %> <%= link_to l(:label_news_view_all), :controller => 'news' %> @@ -14,8 +14,8 @@ <div class="splitcontentright"> <% if @projects.any? %> - <div class="box"> - <h3 class="icon22 icon22-projects"><%=l(:label_project_latest)%></h3> + <div class="projects box"> + <h3><%=l(:label_project_latest)%></h3> <ul> <% for project in @projects %> <li> |