File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ div #README{
75
75
background : #2275CA ;
76
76
}
77
77
78
- .meetup-item a , . dojo > header > a {
78
+ .dojo > header > a {
79
79
text-decoration : none
80
80
}
81
81
@@ -103,7 +103,7 @@ div #README{
103
103
vertical-align : -15%
104
104
}
105
105
106
- .meetup-item , . dojo {
106
+ .dojo {
107
107
overflow : hidden ;
108
108
vertical-align : top
109
109
}
416
416
background : #2275CA
417
417
}
418
418
419
- .meetup-item > header time , . title > h1 {
419
+ .title > h1 {
420
420
font-family : ' Fjalla One' , sans-serif
421
421
}
422
422
Original file line number Diff line number Diff line change 67
67
< ul class ="loaded ">
68
68
<% @dojos ||= [ ] %>
69
69
<% @dojos . each do |dojo | %>
70
- < li class ="dojo ng-scope ">
70
+ < li class ="dojo ">
71
71
< header >
72
72
< a href ="<%= dojo . url %> ">
73
73
< span class ="dojo-picture " style ="background-image: url(<%= dojo . logo %> ); "> </ span >
74
- < span class ="dojo-name ng-binding "> <%= dojo . name %> </ span >
74
+ < span class ="dojo-name "> <%= dojo . name %> </ span >
75
75
</ a >
76
76
</ header >
77
77
< ul class ="tags ">
78
78
<% dojo . tags . each do |tag | %>
79
- < li class =" ng-binding ng-scope " > <%= tag %> </ li >
79
+ < li > <%= tag %> </ li >
80
80
<% end %>
81
81
</ ul >
82
- < p class =" ng-binding " > <%= dojo . description %> </ p >
82
+ < p > <%= dojo . description %> </ p >
83
83
</ li >
84
84
<% end %>
85
85
</ ul >
You can’t perform that action at this time.
0 commit comments