Skip to content

Commit

Permalink
Update FRONTEND_INSTRUCTIONS.md
Browse files Browse the repository at this point in the history
Noticed that my tags in popular tags weren't being shown correctly. The classes here aren't synced with the classes in the demo and the css that is provided
  • Loading branch information
Alonski committed Apr 24, 2017
1 parent 35bf8bf commit d67be8d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions FRONTEND_INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,14 @@ Alternatively, if you want to make modifications to the theme, check out the [th
<p>Popular Tags</p>

<div class="tag-list">
<a href="" class="label label-pill label-default">programming</a>
<a href="" class="label label-pill label-default">javascript</a>
<a href="" class="label label-pill label-default">angularjs</a>
<a href="" class="label label-pill label-default">react</a>
<a href="" class="label label-pill label-default">mean</a>
<a href="" class="label label-pill label-default">node</a>
<a href="" class="label label-pill label-default">rails</a>
<a href="" class="tag-pill tag-default">programming</a>
<a href="" class="tag-pill tag-default">javascript</a>
<a href="" class="tag-pill tag-default">emberjs</a>
<a href="" class="tag-pill tag-default">angularjs</a>
<a href="" class="tag-pill tag-default">react</a>
<a href="" class="tag-pill tag-default">mean</a>
<a href="" class="tag-pill tag-default">node</a>
<a href="" class="tag-pill tag-default">rails</a>
</div>
</div>
</div>
Expand Down

0 comments on commit d67be8d

Please sign in to comment.