File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 60
60
61
61
< div class ="container ">
62
62
{%- block content %}
63
- < div class ="col-md-3 "> {% include "toc.html" %}</ div >
64
- < div class ="col-md-9 " role ="main "> {% include "content.html" %}</ div >
63
+ < div class ="row ">
64
+ < div class ="col-md-3 "> {% include "toc.html" %}</ div >
65
+ < div class ="col-md-9 " role ="main "> {% include "content.html" %}</ div >
66
+ </ div >
65
67
{%- endblock %}
66
68
</ div >
67
69
68
- < footer class ="col-md-12 ">
70
+ < hr >
71
+ < footer class ="container ">
69
72
{%- block footer %}
70
- < hr >
71
73
{% if config.copyright %}
72
74
< center > {{ config.copyright }}</ center >
73
75
{% endif %}
Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ ul.nav li.main {
13
13
font-weight : bold;
14
14
}
15
15
16
- div .col-md-3 {
17
- padding-left : 0 ;
18
- }
19
-
20
16
div .col-md-9 {
21
17
padding-bottom : 100px ;
22
18
}
You can’t perform that action at this time.
0 commit comments