-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrige apresentação de tabelas e figuras representadas em table-wrap…
…-group e fig-group (#282) * Remove trecho e cria um template com ele para tratar da área do título da tabela * Cria um template para a área do corpo e rodapé da tabela * Inibe a apresentação de `table-wrap[not(@id)]` e inclui a apresentação de `table-wrap-group[@id]` * Cria template para apresentar os títulos das tabelas * Cria o modal para `table-wrap-group[@id]` * Apresentação de legendas de `table-wrap-group` * Corrige a apresentação de `fig-group[@id]` * Inclui a classe thumbImg no css * Atualiza versão do packtools para 2.8.2 * Corrige testes que estavam com falha
- Loading branch information
1 parent
ee5543a
commit 69f08dc
Showing
8 changed files
with
293 additions
and
75 deletions.
There are no files selected for viewing
8 changes: 7 additions & 1 deletion
8
packtools/catalogs/htmlgenerator/static/scielo-article-standalone.css
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
"""Single source to the version across setup.py and the whole project. | ||
""" | ||
from __future__ import unicode_literals | ||
__version__ = '2.7.5' | ||
__version__ = '2.8.2' | ||
|
Oops, something went wrong.