提交 4aeed199 编写于 作者: K Kohsuke Kawaguchi

added a class for section header

上级 66d8e110
......@@ -39,7 +39,7 @@ THE SOFTWARE.
<f:rowSet name="${attrs.name}">
<j:if test="${attrs.title!=null}">
<f:block>
<div style="font-weight:bold; border-bottom: 1px solid black; margin-bottom:0.2em; margin-top:0.4em">
<div class="section-header">
${title}
</div>
</f:block>
......
......@@ -284,6 +284,13 @@ pre.console {
padding-left: 1em;
}
.section-header {
font-weight: bold;
border-bottom: 1px solid black;
margin-bottom: 0.2em;
margin-top: 0.4em;
}
.main-table {
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册