diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb
index d0f4f9f29..820366279 100644
--- a/app/views/gantts/show.html.erb
+++ b/app/views/gantts/show.html.erb
@@ -80,7 +80,9 @@ t_height = g_height + headers_height
+
<%= @gantt.subjects %>
+
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 797c0e22d..ce9b346f6 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -779,6 +779,8 @@ background-image:url('../images/close_hl.png');
overflow: hidden;
}
+.gantt_subjects { font-size: 0.8em; }
+
.task {
position: absolute;
height:8px;