updated css for online help
git-svn-id: http://redmine.rubyforge.org/svn/trunk@204 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
18fd46ab6b
commit
d29ba0b80f
|
@ -53,3 +53,17 @@ pre.programlisting {
|
|||
font-size: 10pt;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
li p {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
div.toc dt {
|
||||
margin-bottom:4px;
|
||||
}
|
||||
|
||||
.chapter {
|
||||
display:block;
|
||||
margin-top:2em;
|
||||
}
|
|
@ -53,3 +53,17 @@ pre.programlisting {
|
|||
font-size: 10pt;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
li p {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
div.toc dt {
|
||||
margin-bottom:4px;
|
||||
}
|
||||
|
||||
.chapter {
|
||||
display:block;
|
||||
margin-top:2em;
|
||||
}
|
Loading…
Reference in New Issue