Ver Fonte

warn about the doc being a wip

Nicolas Petton há 12 anos atrás
pai
commit
b5b6898748
3 ficheiros alterados com 16 adições e 0 exclusões
  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