From 2d6285a31b6e07da216a15df4af5e4cf42e95f22 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 9 May 2015 18:52:17 +0800 Subject: [PATCH] fix pages --- docs/design.md | 6 ++++++ docs/download.md | 5 +++++ docs/modes.md | 3 +++ docs/start.md | 4 ++++ static/style.css | 4 ---- theme/templates/layout.html | 7 +++++-- 6 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 docs/design.md create mode 100644 docs/download.md create mode 100644 docs/modes.md diff --git a/docs/design.md b/docs/design.md new file mode 100644 index 0000000000..c0dd319cf3 --- /dev/null +++ b/docs/design.md @@ -0,0 +1,6 @@ +# 设计 + +--- + + + diff --git a/docs/download.md b/docs/download.md new file mode 100644 index 0000000000..04eb36862a --- /dev/null +++ b/docs/download.md @@ -0,0 +1,5 @@ +# 下载 + +--- + + diff --git a/docs/modes.md b/docs/modes.md new file mode 100644 index 0000000000..d0ff66cfb7 --- /dev/null +++ b/docs/modes.md @@ -0,0 +1,3 @@ +# 模式 + +--- diff --git a/docs/start.md b/docs/start.md index e69de29bb2..9818d6dd5a 100644 --- a/docs/start.md +++ b/docs/start.md @@ -0,0 +1,4 @@ +# 上手 + +--- + diff --git a/static/style.css b/static/style.css index c87a996106..2aef58fe40 100644 --- a/static/style.css +++ b/static/style.css @@ -350,10 +350,6 @@ footer ul li > a { padding-top: 30px; } -.aside-container li { - margin-left: 5px; -} - .aside-container li a { line-height: 44px; height: 44px; diff --git a/theme/templates/layout.html b/theme/templates/layout.html index f34e1ed9a2..0c2e8e202e 100644 --- a/theme/templates/layout.html +++ b/theme/templates/layout.html @@ -28,8 +28,11 @@
  • 首页
  • -
  • - 原则 +
  • + 上手 +
  • +
  • + 设计
  • 组件