Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
christian
/
SaS
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
add margin between table rows
master
erichhasl
8 anos atrás
pai
74e6989186
commit
f4d38f4b6c
2 arquivos alterados
com
4 adições
e
6 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-5
web_dev/sas_web/news/static/news/css/partei.css
+1
-1
web_dev/sas_web/news/templates/news/partei.html
+ 3
- 5
web_dev/sas_web/news/static/news/css/partei.css
Ver arquivo
@@ -8,10 +8,8 @@
width: 100%;
}
.trpartei {
line-height: 25px;
}
.tablepartei {
#tablepartei {
border-collapse: separate;
width: 100%;
border-spacing: 0 1em;
}
+ 1
- 1
web_dev/sas_web/news/templates/news/partei.html
Ver arquivo
@@ -14,7 +14,7 @@
</tr>
<tr>
<td>
<table
class
="tablepartei">
<table
id
="tablepartei">
<tr>
<th style="width:20%"/>
<th style="width:80%"/>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar