File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 21
21
position : absolute;
22
22
bottom : 0 ;
23
23
}
24
-
24
+
25
25
.episode-info h1 {
26
26
color : var (--primary-text-color );
27
27
font-weight : 100 ;
32
32
font-weight : 100 ;
33
33
margin-bottom : 0 ;
34
34
}
35
-
35
+
36
36
.resources {
37
37
display : block;
38
38
}
63
63
.resources .item-link a {
64
64
color : var (--secondary-text-color );
65
65
}
66
-
66
+
67
67
@media all and (min-width : 0 ) and (max-width : 600px ) {
68
68
.resources paper-material {
69
69
width : auto;
104
104
margin-top : 40px ;
105
105
}
106
106
}
107
-
107
+
108
108
</ style >
109
109
< template >
110
110
< iron-localstorage name ="content " value ="{{localstoragecontent}} "> </ iron-localstorage >
@@ -146,7 +146,7 @@ <h3>Resources</h3>
146
146
</ paper-material >
147
147
< div class ="playerloc ">
148
148
< podcast-player
149
- src ="http ://traffic.libsyn .com/thewebplatform/episode-53_diving-into-angular-2.mp3 "
149
+ src ="https ://s3.amazonaws .com/thewebplatform/episode-53_diving-into-angular-2.mp3 "
150
150
name ="Diving into Angular 2 "
151
151
coverart ="http://assets.libsyn.com/content/9454132 "
152
152
episode ="53 "> </ podcast-player >
@@ -175,4 +175,4 @@ <h3>Resources</h3>
175
175
}
176
176
} ) ;
177
177
} ) ( ) ;
178
- </ script >
178
+ </ script >
Original file line number Diff line number Diff line change 1
- <!--
1
+ <!--
2
2
@license
3
3
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
4
4
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
@@ -76,7 +76,7 @@ <h3 class="paper-font-display2 flex center">The Web Platform Today</h3>
76
76
</ div >
77
77
78
78
<!-- Tabs in the toolbar -->
79
- < paper-tabs attr-for-selected ="data-route " selected ="{{route}} " class ="bottom self-end ">
79
+ < paper-tabs attr-for-selected ="data-route " selected ="{{route}} " class ="middle self-end ">
80
80
81
81
< paper-tab data-route ="new "> New Episode</ paper-tab >
82
82
< paper-tab data-route ="old "> Previous Stuff</ paper-tab >
@@ -88,17 +88,17 @@ <h3 class="paper-font-display2 flex center">The Web Platform Today</h3>
88
88
89
89
<!-- Main Content -->
90
90
< div class ="content ">
91
-
91
+
92
92
<!-- Tab Data -->
93
93
< iron-pages attr-for-selected ="data-route " selected ="{{route}} ">
94
94
< new-episode data-route ="new "> </ new-episode >
95
95
< previous-episodes data-route ="old "> </ previous-episodes >
96
96
< about-us data-route ="about "> </ about-us >
97
97
</ iron-pages >
98
-
98
+
99
99
<!-- Footer -->
100
100
< universal-footer >
101
-
101
+
102
102
< div multicol class ="credits ">
103
103
< div col center >
104
104
< div row >
You can’t perform that action at this time.
0 commit comments