Procházet zdrojové kódy

warn about the doc being a wip

Nicolas Petton před 11 roky
rodič
revize
b5b6898748
3 změnil soubory, kde provedl 16 přidání a 0 odebrání
  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