Commit 2e5ca2720561bf53219a7ce718630a3c6d1b2075
Exists in
master
and in
5 other branches
Merge branch 'fix-302'
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
index.html
@@ -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 |