瀏覽代碼

warn about the doc being a wip

Nicolas Petton 11 年之前
父節點
當前提交
b5b6898748
共有 3 個文件被更改,包括 16 次插入0 次删除
  1. 5 0
      css/style.css
  2. 6 0
      css/style.less
  3. 5 0
      index.md

+ 5 - 0
css/style.css

@@ -62,6 +62,11 @@ body .container p.note {
   padding: 5px 10px;
   padding: 5px 10px;
   border: 1px solid #BBBB7A;
   border: 1px solid #BBBB7A;
 }
 }
+body .container p.warning {
+  background: #ffDDDD;
+  padding: 5px 10px;
+  border: 1px solid #bb9999;
+}
 body .container .nav.amber-nav {
 body .container .nav.amber-nav {
   background: #eee;
   background: #eee;
   border-radius: 10px;
   border-radius: 10px;

+ 6 - 0
css/style.less

@@ -76,6 +76,12 @@ body {
 				padding: 5px 10px;
 				padding: 5px 10px;
 				border: 1px solid #BBBB7A;
 				border: 1px solid #BBBB7A;
 			}
 			}
+
+			&.warning {
+				background: #ffDDDD;
+				padding: 5px 10px;
+				border: 1px solid #bb9999;
+			}
 		}
 		}
 
 
 		.nav {
 		.nav {

+ 5 - 0
index.md

@@ -5,6 +5,11 @@ hide: true
 next: getting-started.html
 next: getting-started.html
 ---
 ---
 
 
+<p class="warning">
+This documentation is a work in progress. 
+</p>
+
+
 Welcome to the Amber documentation website!
 Welcome to the Amber documentation website!
 
 
 The purpose of this documentation is to guide you step by step from
 The purpose of this documentation is to guide you step by step from