Commit b1ab38cf3eac8ec3748c50ed73ff67e75a29dfb4
1 parent
f60478fd
Exists in
master
and in
5 other branches
Fix #302 - Set to visible the '?' on mobile version
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -382,7 +382,7 @@ |
382 | 382 | <table class="footable"> |
383 | 383 | <thead> |
384 | 384 | <tr class="header"> |
385 | - <th class="position">Posição <a href="#/artigo/108047" class="hidden-xs"><span class="fa fa-question"></span></a></th> | |
385 | + <th class="position">Posição <a href="#/artigo/108047" class="question-link"><span class="fa fa-question"></span></a></th> | |
386 | 386 | <th class="abstract-text" data-toggle="true">Propostas</th> |
387 | 387 | <th class="views" data-hide="phone">Exibições</th> |
388 | 388 | <th class="votes-for" data-hide="phone"><span class="sr-only">A favor</span><span class="fa fa-check"></span></th> | ... | ... |