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

added a class for section header

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