Fixed HR and section rendering in output documents.
This commit is contained in:
parent
a675c0f528
commit
e839d027f5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user