_includes/section/xyzGroup.html in word-games-theme-2.1.1 vs _includes/section/xyzGroup.html in word-games-theme-2.1.2
- old
+ new
@@ -28,10 +28,10 @@
<ul class="ul list-unstyled">
{%- for item in scrabblewords %}
{%- assign value = item.word -%}
<a class="anchor__style" title="Lookup python in Dictionary" target="_blank"
href="/word-meaning?search={{item.word}}">
- <li>{{item.word}}
+ <li class="list_word">{{item.word}}
<span class="points" value="14" style="position:relative; top:4px; font-size:12px">
{{item.points}}</span>
</li>
</a>
{%- endfor -%}
\ No newline at end of file