Skip to content

Commit

Permalink
doc: 将 <th>表头文本正确地加粗,调整部分表格对齐方式
Browse files Browse the repository at this point in the history
  • Loading branch information
yixy-only committed Dec 15, 2023
1 parent 603421b commit 1ba6325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion man/css/index-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ table {
}

table th {
font-weight: 300;
font-weight: bold;
border-left: 1px solid #000000;
border-top: 1px solid #000000;
text-align: center;
Expand Down
4 changes: 2 additions & 2 deletions man/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <h3><strong>EGE 库配置教程:</strong></h3>
<table>
<thead>
<tr><th>配置教程</th><th> 链接 </th></tr>
<tr align="center"><td>EGE 官网教程</td><td><a href="https://xege.org/beginner-lesson-1.html">https://xege.org/beginner-lesson-1.html</a></td></tr>
<tr align="center"><td>CSDN 教程</td><td><a href="https://blog.csdn.net/qq_39151563/article/details/100161986">https://blog.csdn.net/qq_39151563/article/details/100161986</a></td></tr>
<tr ><td align="center">EGE 官网教程</td><td><a href="https://xege.org/beginner-lesson-1.html">https://xege.org/beginner-lesson-1.html</a></td></tr>
<tr><td align="center">CSDN 教程</td><td><a href="https://blog.csdn.net/qq_39151563/article/details/100161986">https://blog.csdn.net/qq_39151563/article/details/100161986</a></td></tr>
</thead>
<tr><td></td><td></td></tr>
</table>
Expand Down

0 comments on commit 1ba6325

Please sign in to comment.