Skip to content

Commit 38e649a

Browse files
committed
fix footer
1 parent c267e71 commit 38e649a

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

app/Resources/public/css/base.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ body {
3131
-------------------------------------------------- */
3232
/* Not required for template or sticky footer method. */
3333

34-
body > .container {
35-
padding: 60px 15px 0;
36-
}
37-
.container .text-muted {
38-
margin: 20px 0;
34+
#cm-content > .container {
35+
padding-bottom: 60px;
36+
margin-bottom: 10px;
3937
}
4038

4139
.footer > .container {

main/template/default/announcement/view.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="page-header">
2-
<h4>{{ "SystemAnnouncements" | get_lang }}</h4>
2+
<h3>{{ "SystemAnnouncements" | get_lang }}</h3>
33
</div>
44

55
{% if not announcement is empty %}

main/template/default/layout/hot_courses.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% if hot_courses is not null and hot_courses is not empty %}
22
<section class="hot-courses">
33
<div class="page-header">
4-
<h4 class="hot-course-title">
4+
<h3>
55
{{ "HottestCourses"|get_lang}}
66
{% if _u.is_admin %}
77
<span class="pull-right">
@@ -12,7 +12,7 @@
1212
</a>
1313
</span>
1414
{% endif %}
15-
</h4>
15+
</h3>
1616
</div>
1717
<div id="list-hot-courses" class="grid-courses">
1818
<div class="row">

main/template/default/session/sessions_current.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{% if hot_sessions %}
22
<section id="sessions-current" class="grid-courses">
33
<div class="page-header">
4-
<h4 class="hot-course-title">
4+
<h3>
55
{{ "HottestSessions"|get_lang}}
6-
</h4>
6+
</h3>
77
</div>
88
<div class="row">
99
{% for session in hot_sessions %}

0 commit comments

Comments
 (0)