Skip to content

Commit 53dc862

Browse files
committed
Merge branch '1.9.x' of ssh://github.com/chamilo/chamilo-lms into chamilo19
2 parents 89b4cff + f6d1c41 commit 53dc862

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

main/template/default/layout/hot_course_item.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{% for hot_course in hot_courses %}
22
{% if hot_course.extra_info.title %}
3-
<div class="span3 hot-course-box">
4-
<div class="course-top">
3+
<div class="span9 hot-course-box">
4+
<div class="well_border">
55
<div class="row">
6-
<div class="span3">
7-
<div class="thumbnail-course">
6+
<div class="span2">
7+
<div class="thumbnail">
88
<img src="{{ hot_course.extra_info.course_image }}" alt="" />
99
</div>
1010
</div>

main/template/default/layout/main_header.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
{{ breadcrumb }}
8282
</header>
8383

84-
<div id="main" class="container">
8584
<div id="top_main_content" class="row">
8685

8786
{# course navigation links/shortcuts need to be activated by the admin #}

0 commit comments

Comments
 (0)