Browse Source

warn about the doc being a wip

Nicolas Petton 11 years ago
parent
commit
b5b6898748
3 changed files with 16 additions and 0 deletions
  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