Fixed HR and section rendering in output documents.

This commit is contained in:
Chris 2012-03-26 15:10:32 +01:00
parent a675c0f528
commit e839d027f5

View File

@ -342,6 +342,10 @@ hr {
border-top: 1px solid #4A6AAA;
}
div.contents hr {
display: none;
}
hr.footer {
height: 1px;
}
@ -809,6 +813,11 @@ dl.section
padding: 0 0 0 6px;
}
dl.return
{
border-color: #00C000;
}
dl.note
{
border-color: #D0C000;