Browse Source

fix typo in layout demo code

pull/874/head
Guan Hao 9 years ago
parent
commit
9e2d1be3d6
  1. 2
      docs/spec/layout/demo/aside.md
  2. 2
      docs/spec/layout/demo/top.md

2
docs/spec/layout/demo/aside.md

@ -115,7 +115,7 @@ ReactDOM.render(
}
.ant-layout-aside .ant-layout-footer {
height; 64px;
height: 64px;
line-height: 64px;
text-align: center;
font-size: 12px;

2
docs/spec/layout/demo/top.md

@ -99,7 +99,7 @@ ReactDOM.render(
}
.ant-layout-top .ant-layout-footer {
height; 64px;
height: 64px;
line-height: 64px;
text-align: center;
font-size: 12px;

Loading…
Cancel
Save