diff options
Diffstat (limited to 'app/views/welcome/index.rhtml')
-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> |