File tree 2 files changed +36
-45
lines changed
2 files changed +36
-45
lines changed Original file line number Diff line number Diff line change 5
5
margin : 0 auto ;
6
6
nav {
7
7
& #footer-nav {
8
- float : left ;
9
- width : 80% ;
10
- ul {
11
- }
12
-
13
8
.footer-links {
9
+ width : 78% ;
14
10
margin-bottom : 10px ;
15
- width : 70% ;
11
+ display : inline-block ;
12
+ vertical-align : top ;
16
13
li {
17
14
float : left ;
18
15
margin-right : 20px ;
43
40
.assembly-badge {
44
41
margin : -10px 0 10px -20px ;
45
42
}
46
- .copyright {
47
- margin-bottom : 15px ;
48
- li {
49
- font-size : 1.2em ;
50
- color : $light-grey ;
51
- }
52
- }
53
- .credits {
54
- margin-bottom : 15px ;
55
- li {
56
- font-size : 1.2em ;
57
- }
58
- a {
59
- color : $light-grey ;
43
+
44
+ .right_part {
45
+ width : 21% ;
46
+ text-align : right ;
47
+ display : inline-block ;
48
+ #tweetbtn {
49
+ width : 124px ;
50
+ margin-top : -7px ;
51
+ iframe {
52
+ width : 124px !important ;
53
+ }
60
54
}
61
55
}
62
56
63
57
}
64
58
}
65
- .right_part {
66
- float : right ;
67
- width : 20% ;
68
- text-align : right ;
69
- #tweetbtn {
70
- float : right ;
71
- width : 124px ;
72
- margin-top : -7px ;
73
- iframe {
74
- width : 124px !important ;
75
- }
76
- }
77
-
78
- .mixpanel {
59
+ .copyright {
60
+ margin-bottom : 15px ;
61
+ text-align : center ;
62
+ font-size : 1.2em ;
63
+ color : $light-grey ;
64
+ }
65
+ .credits {
66
+ margin-bottom : 15px ;
67
+ font-size : 1.2em ;
68
+ a {
69
+ color : $light-grey ;
79
70
}
80
71
}
81
72
}
Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ footer#footer
11
11
li .employers = link_to('Employers', employers_path)
12
12
=yield :footer_menu
13
13
14
- ul .copyright
15
- li Copyright © 2012-2015 Assembly Made, Inc. All rights reserved.
16
- ul .credits
17
- li = yield :credits
18
-
19
- . right_part
20
- # tweetbtn
21
- a .twitter-follow-button data-show-count =" false" data-width =" 300" href =" https://twitter.com/coderwall" Follow @coderwall
22
- script src =" https://platform.twitter.com/widgets.js" type =" text/javascript"
23
- ul .mixpanel
24
- li
14
+ . right_part
15
+ span #tweetbtn
16
+ a .twitter-follow-button data-show-count =" false" data-width =" 300" href =" https://twitter.com/coderwall" Follow @coderwall
17
+ script src =" https://platform.twitter.com/widgets.js" type =" text/javascript"
18
+ span .mixpanel
25
19
a href =" https://mixpanel.com/f/partner"
26
20
img alt =" Real Time Web Analytics" src =" https://mixpanel.com/site_media/images/partner/badge_light.png"
27
21
22
+ . copyright
23
+ |Copyright © ; 2012-2015 Assembly Made, Inc. All rights reserved.
24
+ . credits
25
+ = yield :credits
26
+
27
+
28
28
= javascript_include_tag 'application'
29
29
= render 'shared/mixpanel_properties'
30
30
= yield :javascript
You can’t perform that action at this time.
0 commit comments