From f3a422852ef47a104d4ae104a76fb898771c1f50 Mon Sep 17 00:00:00 2001 From: Pat Hawks Date: Fri, 27 Dec 2013 22:40:02 -0600 Subject: [PATCH] Clean up Quick-start Instructions Now lines can be copy-pasted as is into a terminal --- site/_includes/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/site/_includes/css/style.css b/site/_includes/css/style.css index 049ee115..6b0339ea 100644 --- a/site/_includes/css/style.css +++ b/site/_includes/css/style.css @@ -289,10 +289,20 @@ body > footer a:hover img { .quickstart .code .path { 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 { 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 {