File tree 5 files changed +44
-16
lines changed
5 files changed +44
-16
lines changed Original file line number Diff line number Diff line change 1
1
<footer >
2
- Proudly hosted by: <a class =" fortrabbit home" href =" http://fortrabbit.com" ><em >•</em > fortrabbit</a >
3
- & ; supported by
4
- <a class =" cartalyst home" href =" https://cartalyst.com/?utm_source=laravelio& ; utm_medium=banner& ; utm_campaign=laravelio" >
5
- <img src =" {{ asset (' images/cartalyst.png' ) } }" alt =" Cartalyst" height =" 20" />
6
- </a >
2
+ <div class =" container" >
3
+ <div class =" row" >
4
+ <div class =" span4" >
5
+ <p>Proudly hosted by</p >
6
+ <a class =" fortrabbit home" href =" http://fortrabbit.com" ><em >•</em > fortrabbit</a >
7
+ </div >
8
+ <div class =" span4" >
9
+ <p >Supported by</p >
10
+ <a class =" cartalyst home" href =" https://cartalyst.com/?utm_source=laravelio& ; utm_medium=banner& ; utm_campaign=laravelio" >
11
+ <img src =" {{ asset (' images/cartalyst.png' ) } }" alt =" Cartalyst" height =" 30" />
12
+ </a >
13
+ </div >
14
+ <div class =" span4" >
15
+ <p >Customer Support by</p >
16
+ <a href =" https://besnappy.com/partner" >
17
+ <img src =" //besnappy.com/images/badge_red.png" alt =" Streamlined Customer Support" />
18
+ </a >
19
+ </div >
20
+ <div class =" clear" ></div >
21
+ </div >
22
+ </div >
7
23
</footer >
Original file line number Diff line number Diff line change 1
1
<section class =" sidebar" >
2
- @section (' sidebar' )
3
- @show
2
+ @section (' sidebar' )
3
+ @show
4
4
</section >
5
5
6
6
<section class =" content" >
Original file line number Diff line number Diff line change 42
42
@include (' layouts._footer' )
43
43
44
44
@section (' scripts' )
45
- <script src =" {{ asset (' javascripts/vendor/jquery.min.js' ) } }" ></script >
45
+ <script src =" {{ asset (' javascripts/vendor/jquery.min.js' ) } }" ></script >
46
46
<script src =" {{ asset (' javascripts/forum.js' ) } }" ></script >
47
47
<script src =" {{ asset (' javascripts/vendor/garlic.js' ) } }" ></script >
48
48
<script src =" {{ asset (' javascripts/vendor/jquery.fs.naver.js' ) } }" ></script >
49
49
<script >
50
50
$ (" .sidebar ul" ).naver ({
51
51
' maxWidth' : ' 768px' ,
52
52
labels: {
53
- closed: " Sections" ,
54
- open: " Close"
55
- },
53
+ closed: " Sections" ,
54
+ open: " Close"
55
+ }
56
56
});
57
57
</script >
58
58
@show
Original file line number Diff line number Diff line change 12
12
footer {
13
13
background : #cdcdcd ;
14
14
padding : 15px 15px 20px 15px ;
15
- text-align : right ;
16
15
color : #333 ;
16
+ font-size : 14px ;
17
+ font-weight : bold ;
17
18
margin : 25px 0 0 0 ;
19
+ line-height : 18px ;
18
20
19
21
.fortrabbit {
20
22
font-family : Georgia , serif ;
21
23
font-weight : bold ;
22
24
font-style : italic ;
23
25
color : #333 ;
24
26
text-transform : lowercase ;
25
- font-size :21 px ;
27
+ font-size : 30 px ;
26
28
display : inline ;
27
29
}
28
30
.fortrabbit :hover {
@@ -44,15 +46,18 @@ footer {
44
46
45
47
@media only screen and (min-width : 480px ) {
46
48
47
- .module {}
48
-
49
49
}
50
50
51
51
52
52
// BREAKPOINT 2 (768) ////////////////////////////////////////////////////////////
53
53
54
54
@media only screen and (min-width : 768px ) {
55
55
56
+ .span4 {
57
+ float : left ;
58
+ text-align : center ;
59
+ width : 33.333333% ;
60
+ }
56
61
57
62
}
58
63
@@ -61,7 +66,11 @@ footer {
61
66
62
67
@media only screen and (min-width : 1024px ) {
63
68
64
- .module {}
69
+ .container {
70
+ max-width : 1024px ;
71
+ margin : 0 auto ;
72
+ }
73
+
65
74
}
66
75
67
76
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ body,html {
13
13
.padding {
14
14
padding : 15px ;
15
15
}
16
+ .clear {
17
+ clear : both ;
18
+ }
16
19
17
20
18
21
You can’t perform that action at this time.
0 commit comments