Merge pull request #4527 from KeyWeeUsr/patch-3

Fix misaligned 'Event' rows
This commit is contained in:
Gabriel Pettier 2016-08-21 19:33:34 +02:00 committed by GitHub
commit d77d0933d4
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ table.field-list td.field-body {
padding-top: 0px; padding-top: 0px;
} }
table.field-list td.field-body dl.docutils { table.field-list td.field-body dl.docutils {
margin-top: 0px; margin-top: -1px;
margin-left: -10px; margin-left: -10px;
} }