Commit 2e5ca2720561bf53219a7ce718630a3c6d1b2075

Authored by Leonardo Merlin
2 parents f60478fd b1ab38cf

Merge branch 'fix-302'

Showing 2 changed files with 6 additions and 1 deletions   Show diff stats
@@ -382,7 +382,7 @@ @@ -382,7 +382,7 @@
382 <table class="footable"> 382 <table class="footable">
383 <thead> 383 <thead>
384 <tr class="header"> 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 <th class="abstract-text" data-toggle="true">Propostas</th> 386 <th class="abstract-text" data-toggle="true">Propostas</th>
387 <th class="views" data-hide="phone">Exibições</th> 387 <th class="views" data-hide="phone">Exibições</th>
388 <th class="votes-for" data-hide="phone"><span class="sr-only">A favor</span><span class="fa fa-check"></span></th> 388 <th class="votes-for" data-hide="phone"><span class="sr-only">A favor</span><span class="fa fa-check"></span></th>
sass/style.sass
@@ -1248,3 +1248,8 @@ h3.titulo-destaque @@ -1248,3 +1248,8 @@ h3.titulo-destaque
1248 float: none 1248 float: none
1249 margin: 0 1249 margin: 0
1250 width: 100% 1250 width: 100%
  1251 + table
  1252 + .position
  1253 + a
  1254 + margin-left: 0
  1255 + margin-top: 5px
1251 \ No newline at end of file 1256 \ No newline at end of file