File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 6
6
{% if page.description %}< meta name ="description " content ="{{ page.description }} "> {% endif %}
7
7
< meta name ="author " content ="{{ site.author.name }} ">
8
8
9
+ <!-- Enable responsive viewport -->
10
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
11
+
9
12
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
10
13
<!--[if lt IE 9]>
11
14
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
28
31
29
32
< div class ="navbar ">
30
33
< div class ="navbar-inner ">
31
- < div class ="container ">
34
+ < div class ="container-fluid ">
32
35
< a class ="brand " href ="{{ HOME_PATH }} "> {{ site.title }}</ a >
33
36
< ul class ="nav ">
34
37
{% assign pages_list = site.pages %}
39
42
</ div >
40
43
</ div >
41
44
42
- < div class ="container ">
45
+ < div class ="container-fluid ">
43
46
44
47
< div class ="content ">
45
48
{{ content }}
52
55
</ p >
53
56
</ footer >
54
57
55
- </ div > <!-- /container -->
58
+ </ div > <!-- /container-fluid -->
56
59
57
60
{% include JB/analytics %}
58
61
</ body >
Original file line number Diff line number Diff line change 2
2
< h1 > {{ page.title }} {% if page.tagline %} < small > {{ page.tagline }}</ small > {% endif %}</ h1 >
3
3
</ div >
4
4
5
- < div class ="row ">
5
+ < div class ="row-fluid ">
6
6
< div class ="span12 ">
7
7
{{ content }}
8
8
</ div >
Original file line number Diff line number Diff line change 2
2
< h1 > {{ page.title }} < small > Supporting tagline</ small > </ h1 >
3
3
</ div >
4
4
5
- < div class ="row ">
5
+ < div class ="row-fluid ">
6
6
< div class ="span8 ">
7
7
{{ content }}
8
8
< hr >
Original file line number Diff line number Diff line change @@ -68,4 +68,8 @@ html, body {
68
68
border : 1px solid # 4C964D ;
69
69
color : # FFF ;
70
70
}
71
+ footer p {
72
+ text-align : center;
73
+ margin-top : 4px ;
74
+ }
71
75
You can’t perform that action at this time.
0 commit comments