Skip to content

Commit

Permalink
完善文档:memo:
Browse files Browse the repository at this point in the history
  • Loading branch information
songhw committed Jan 12, 2018
1 parent 3a6a2d6 commit 7ca4d4c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
3 changes: 1 addition & 2 deletions _sidebar.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- **介绍**
- [关于CSS Tricks]()
- [关于CSS编程技巧]()
- [关于CSS Tricks](/introduce.md)
- **边框与背景**
- [半透明边框](/translucent-borders.md)
- [多重边框](/multiple-borders.md)
Expand Down
2 changes: 1 addition & 1 deletion extended-bg-position.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 背景定位
# 背景定位

?> 背景知识::point_right: [background-position](https://developer.mozilla.org/zh-CN/docs/Web/CSS/background-position), [background-origin](https://developer.mozilla.org/zh-CN/docs/Web/CSS/background-origin), [calc](https://developer.mozilla.org/zh-CN/docs/Web/CSS/calc)

Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
window.$docsify = {
name: 'You-need-to-know-css-tricks',
repo: 'https://github.com/l-hammer/You-need-to-know-css',
auto2top: true,
loadSidebar: true,
subMaxLevel: 2,
homepage: 'translucent-borders.md',
ga: 'UA-111446331-1',
search: {
Expand Down Expand Up @@ -49,6 +51,7 @@
<script src="//unpkg.com/docsify/lib/plugins/gitalk.min.js"></script>
<script src="//unpkg.com/gitalk/dist/gitalk.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/ga.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/external-script.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script>
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion inner-rounding.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 边框内圆角
# 边框内圆角

?> 背景知识::point_right: [box-shadow](https://developer.mozilla.org/zh-CN/docs/Web/CSS/box-shadow), [outline](https://developer.mozilla.org/zh-CN/docs/Web/CSS/outline)

Expand Down
2 changes: 1 addition & 1 deletion multiple-borders.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 多重边框
# 多重边框

?> 背景知识::point_right: [box-shadow](https://developer.mozilla.org/zh-CN/docs/Web/CSS/box-shadow), [outline](https://developer.mozilla.org/zh-CN/docs/Web/CSS/outline),[outline-offset](https://developer.mozilla.org/zh-CN/docs/Web/CSS/outline-offset)

Expand Down
2 changes: 1 addition & 1 deletion translucent-borders.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 半透明边框
# 半透明边框

?> 背景知识::point_right: [background-clip](https://developer.mozilla.org/zh-CN/docs/Web/CSS/background-clip)

Expand Down

0 comments on commit 7ca4d4c

Please sign in to comment.