docs: instrucs for "download-and-go" development with quickstart source repo

This commit is contained in:
Foxandxss
2016-03-13 20:50:50 +01:00
committed by Ward Bell
parent b300d7b116
commit 6ca1ac2c45
8 changed files with 68 additions and 10 deletions
@@ -0,0 +1,25 @@
/* #docregion */
/* Master Styles */
h1 {
color: #369;
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
h2, h3 {
color: #444;
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter;
}
body {
margin: 2em;
}
body, input[text], button {
color: #888;
font-family: Cambria, Georgia;
}
/*
* See https://github.com/angular/angular.io/blob/master/public/docs/_examples/styles.css
* for the full set of master styles used by the documentation samples
*/