website: update docs for GCE, fix styling for OL

This commit is contained in:
Mitchell Hashimoto 2013-12-13 19:22:52 -08:00
parent bde4b02d2b
commit bae9c4d21f
2 changed files with 13 additions and 5 deletions

View File

@ -31,10 +31,11 @@ Follow the steps below:
4. Click "Registered apps" in the left sidebar 4. Click "Registered apps" in the left sidebar
5. Click "Register App" and register a "Web Application". Choose any 5. Click "Register App" and register a "Web Application". Choose any
name you'd like. name you'd like.
6. After creating the application, click "OAuth 2.0 Client ID" then 7. After creating the app, click "Certificate" (below the OAuth 2.0 Client
click "Download JSON". This is your _client secrets_ JSON file. ID section), and click "Download JSON". This is your _client secrets JSON_
7. Next, click "Certificate" (below the OAuth 2.0 Client ID section), file. Make sure you didn't download the JSON from the "OAuth 2.0" section!
and click "Generate Certificate". You should be prompted to download This is a common mistake and will cause the builder to not work.
8. Next, click "Generate Certificate". You should be prompted to download
a private key. Note the password for the private key! This private key a private key. Note the password for the private key! This private key
is your _client private key_. is your _client private key_.

View File

@ -174,7 +174,6 @@ header .header {
ul, ul,
ol { ol {
list-style-type: circle;
list-style-position: inside; list-style-position: inside;
margin-top: $baseline; margin-top: $baseline;
margin-left: 20px; margin-left: 20px;
@ -188,6 +187,14 @@ header .header {
} }
} }
ul {
list-style-type: circle;
}
ol {
list-style-type: decimal;
}
div.alert { div.alert {
font-family: $serif; font-family: $serif;
font-size: 17px; font-size: 17px;