Parche para eliminar la línea inferior en blanco y ajuste de las tareas relacionadas

This commit is contained in:
Manuel Cillero 2018-03-27 00:05:15 +02:00
parent 1f1148c278
commit b5cba3eb31
2 changed files with 16 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 B

View file

@ -35,6 +35,10 @@
/* 1. GENERAL */
/**********************************************************/
html {
background: transparent url(../images/bg_wa.png) repeat-x 0 bottom;
}
#wrapper-top-menu,
#wrapper-header,
#wrapper-main-menu,
@ -1315,6 +1319,18 @@ div.details { padding: 20px !important; }
padding: 2% !important;
}
#relations table.list td.buttons,
#relations table.list td.done_ratio {
border: 0;
}
#relations table.list td.subject {
border-bottom: 0;
}
#relations table.list td.start_date,
#relations table.list td.due_date {
min-height: 31px;
}
div.wiki ul.toc {
float: none;
margin-left: 0;