From c73a3ac62d69a54f792a9bf5129cd526bcaec136 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Mon, 28 Dec 2015 14:23:12 +0800 Subject: [PATCH] fix: fix typo --- spec/layout/demo/top-aside.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/layout/demo/top-aside.md b/spec/layout/demo/top-aside.md index 8b88227f5..1dbea1dae 100644 --- a/spec/layout/demo/top-aside.md +++ b/spec/layout/demo/top-aside.md @@ -135,7 +135,7 @@ ReactDOM.render( } .ant-layout-topaside .ant-layout-footer { - height; 64px; + height: 64px; line-height: 64px; text-align: center; font-size: 12px;