Clean up Quick-start Instructions

Now lines can be copy-pasted as is into a terminal
This commit is contained in:
Pat Hawks 2013-12-27 22:40:02 -06:00
parent 9833880709
commit f3a422852e
1 changed files with 10 additions and 0 deletions

View File

@ -289,10 +289,20 @@ body > footer a:hover img {
.quickstart .code .path { .quickstart .code .path {
color: #87ceeb; color: #87ceeb;
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
-o-user-select: none;
user-select: none;
} }
.quickstart .code .prompt { .quickstart .code .prompt {
color: #cd5c5c; color: #cd5c5c;
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
-o-user-select: none;
user-select: none;
} }
.quickstart .code .command { .quickstart .code .command {