浏览代码

Add class "course_section_title"

jmontoyaa 7 年之前
父节点
当前提交
8b0cbe57a3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/template/rainbow/user_portal/session_category.tpl

+ 1 - 1
main/template/rainbow/user_portal/session_category.tpl

@@ -1,4 +1,4 @@
-<h4>{{ session_category.title }}</h4>
+<h4 class="course_section_title">{{ session_category.title }}</h4>
 <hr/>
 
 {# session_category.sessions is generated with the session.tpl #}