Merge pull request #1883 from pathawks/master

This commit is contained in:
Parker Moore 2014-01-06 20:51:20 -08:00
commit 4ef9f9e6d2
2 changed files with 12 additions and 0 deletions

View File

@ -68,3 +68,5 @@
.highlight .vg { color: #98fb98} /* Name.Variable.Global */ .highlight .vg { color: #98fb98} /* Name.Variable.Global */
.highlight .vi { color: #98fb98} /* Name.Variable.Instance */ .highlight .vi { color: #98fb98} /* Name.Variable.Instance */
.highlight .il { color: #ffffff} /* Literal.Number.Integer.Long */ .highlight .il { color: #ffffff} /* Literal.Number.Integer.Long */
.highlight .bash .nv {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

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 {