Retoca estilos y traducciones pendientes

This commit is contained in:
Manuel Cillero 2020-12-09 09:41:31 +01:00
parent 8b19a0fac0
commit 3b6a41320c
2 changed files with 11 additions and 3 deletions

View file

@ -84,7 +84,11 @@ div#content h1 {
color: #b40b51;
}
div.journal div[id^="note-"] > h4:first-child {
div.journal {
border-bottom: 1px solid #d5d5d5;
margin-bottom: 16px;
}
div.journal h4.note-header {
font-size: 13px;
padding-right: 0;
margin: 10px 0 20px;
@ -2012,6 +2016,10 @@ body.controller-glossary_terms table.term td .wiki p:last-child {
text-align: left;
}
div.tab-content > div.journal:last-child {
border-bottom: 0;
}
#fp {
height: 600px;
}