Add section of binary search tree.
Make all table align center.
This commit is contained in:
@@ -23,3 +23,5 @@ TODO
|
||||
| 更新:列表 Java 代码、配图 | 2022-11-07 |
|
||||
| 新增:栈与队列 | 2022-11-09 |
|
||||
| 新增:树 | 2022-11-12 |
|
||||
| 新增:二叉搜索树,<br />更新:二叉树、表格居中 | 2022-11-13 |
|
||||
| 更新:二叉搜索树 | 2022-11-14 |
|
||||
|
@@ -19,4 +19,14 @@
|
||||
|
||||
--md-typeset-color: #FEFEFE;
|
||||
--md-typeset-a-color: #31BC5A;
|
||||
}
|
||||
}
|
||||
|
||||
/* Center Markdown Tables (requires md_in_html extension) */
|
||||
.center-table {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.md-typeset .center-table :is(td,th):not([align]) {
|
||||
/* Reset alignment for table cells */
|
||||
text-align: initial;
|
||||
}
|
||||
|
Reference in New Issue
Block a user