From 371f860c143adfcc8637965213895d7fe7a2724e Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 2 Jun 2015 19:57:33 +0800 Subject: [PATCH] Update layout --- components/index.html | 1 + static/style.css | 4 ++-- theme/templates/layout.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 components/index.html diff --git a/components/index.html b/components/index.html new file mode 100644 index 0000000000..b610121837 --- /dev/null +++ b/components/index.html @@ -0,0 +1 @@ + diff --git a/static/style.css b/static/style.css index 93c389b0d6..763af36041 100644 --- a/static/style.css +++ b/static/style.css @@ -318,12 +318,12 @@ footer ul { footer ul li { float: left; width: 25%; - padding: 5px 2% 10px; + padding: 5px 2% 15px; } footer ul li>h2 { font-size: 1em; color: #5C6B77; - margin: 10px auto; + margin: 10px auto 0; font-weight: normal; } footer ul li>h3, diff --git a/theme/templates/layout.html b/theme/templates/layout.html index 97a99085df..41c895333c 100644 --- a/theme/templates/layout.html +++ b/theme/templates/layout.html @@ -43,7 +43,7 @@ 设计
  • - 组件 + 组件
  • 模式 -- GitLab