From 882ecc370aaf6b385e817a0482c7225376ead70e Mon Sep 17 00:00:00 2001 From: Marius Ileana Date: Wed, 25 Jan 2017 15:11:02 +0200 Subject: [PATCH] Review of docs/spec/layout/demo/ceiling.md (#4709) Small review corrections. --- docs/spec/layout/demo/ceiling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec/layout/demo/ceiling.md b/docs/spec/layout/demo/ceiling.md index c78ecf516c..1f43b02fa9 100644 --- a/docs/spec/layout/demo/ceiling.md +++ b/docs/spec/layout/demo/ceiling.md @@ -12,9 +12,9 @@ title: ## en-US -Generally, ceiling is used for cross system/application, you can put uniform login/help information in it. +Generally, ceiling is used for cross system/applications, where you can put uniform login/help information on top of the page. -Background color of a ceiling is a deep color, height is `30px`, generally to be used with a light color mainnav. +Background color of a ceiling is a dark color, height is `30px`, and a light color foreground for the mainnav should be used. ````__react import { Menu, Breadcrumb } from 'antd';