提交 837b9989 编写于 作者: S Seiji Sogabe

Merge pull request #997 from POPSuL/better-legend

Fixed text alignment about icons on legend page
......@@ -29,7 +29,7 @@ THE SOFTWARE.
<l:layout>
<st:include page="sidepanel.jelly" />
<l:main-panel>
<table cellpadding="5">
<table cellpadding="5" id="legend-table">
<tr><td>
<img src="images/48x48/grey.png" alt="" height="48" width="48"/>
${%grey}
......
......@@ -1122,4 +1122,9 @@ td.matrix-leftcolumn {
td.matrix-cell {
border: 1px #BBBBBB solid;
text-align: center;
}
\ No newline at end of file
}
/* ========================= legend.jelly ================== */
table#legend-table td {
vertical-align: middle;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册