Make the 'check-environment' blurb stand out more from the regular text.
authorWard Vandewege <ward@curoverse.com>
Sat, 22 Nov 2014 21:57:43 +0000 (16:57 -0500)
committerWard Vandewege <ward@curoverse.com>
Sat, 22 Nov 2014 22:02:14 +0000 (17:02 -0500)
refs #4336

doc/_includes/_tutorial_expectations.liquid
doc/css/bootstrap.css
doc/user/getting_started/check-environment.html.textile.liquid

index 6a8b5b51b70eb22ef72fa4967e4129134f461fbc..a371d2489a6165e17ffb01d7248559944ba9afd3 100644 (file)
@@ -1 +1,3 @@
-*This tutorial assumes either that you are logged into an Arvados VM instance (instructions for "Unix":{{site.baseurl}}/user/getting_started/ssh-access-unix.html#login or "Windows":{{site.baseurl}}/user/getting_started/ssh-access-windows.html#login) or you have installed the Arvados "Command line SDK":{{site.baseurl}}/sdk/cli/index.html and "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html on your workstation and have a "working environment.":{{site.baseurl}}/user/getting_started/check-environment.html*
+{% include 'notebox_begin' %}
+This tutorial assumes either that you are logged into an Arvados VM instance (instructions for "Unix":{{site.baseurl}}/user/getting_started/ssh-access-unix.html#login or "Windows":{{site.baseurl}}/user/getting_started/ssh-access-windows.html#login) or you have installed the Arvados "Command line SDK":{{site.baseurl}}/sdk/cli/install.html and "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html on your workstation and have a "working environment.":{{site.baseurl}}/user/getting_started/check-environment.html
+{% include 'notebox_end' %}
index 14cc1f48e5785640efbc182459c7ebc47bef140d..16b635c1fa623ba7237f0975d887ad3d513fe8f9 100644 (file)
@@ -4473,7 +4473,7 @@ a.thumbnail.active {
 }
 .alert-info {
   color: #31708f;
-  background-color: #d9edf7;
+  background-color: #edf6fa;
   border-color: #bce8f1;
 }
 .alert-info hr {
@@ -4481,6 +4481,10 @@ a.thumbnail.active {
 }
 .alert-info .alert-link {
   color: #245269;
+  font-weight: bold;
+}
+.alert-info a {
+  font-weight: bold;
 }
 .alert-warning {
   color: #8a6d3b;
index 82b3fa24c18895eb1279265a6150509e9acae19b..46156b7f85e2b5e102b42cb5d4ef158aab18c79d 100644 (file)
@@ -4,7 +4,7 @@ navsection: userguide
 title: "Checking your environment"
 ...
 
-First, log into an Arvados VM instance (instructions for "Unix":{{site.baseurl}}/user/getting_started/ssh-access-unix.html#login or "Windows":{{site.baseurl}}/user/getting_started/ssh-access-windows.html#login) or install the Arvados "Command line SDK":{{site.baseurl}}/sdk/cli/index.html and "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html on your workstation.
+First, log into an Arvados VM instance (instructions for "Unix":{{site.baseurl}}/user/getting_started/ssh-access-unix.html#login or "Windows":{{site.baseurl}}/user/getting_started/ssh-access-windows.html#login) or install the Arvados "Command line SDK":{{site.baseurl}}/sdk/cli/install.html and "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html on your workstation.
 
 Check that you are able to access the Arvados API server using @arv user current@.  If it is able to access the API server, it will print out information about your account: