Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
christian
/
SaS
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
add margin between table rows
master
erichhasl
hace 8 años
padre
74e6989186
commit
f4d38f4b6c
Se han
modificado 2 ficheros
con
4 adiciones
y
6 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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 fichero
@@ -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 fichero
@@ -14,7 +14,7 @@
</tr>
<tr>
<td>
<table
class
="tablepartei">
<table
id
="tablepartei">
<tr>
<th style="width:20%"/>
<th style="width:80%"/>
Escribir
Vista previa
Cargando…
Cancelar
Guardar