@@ -24,27 +24,24 @@ Install it on your system with the following instructions.
2424Scala code runner version {{site.scala-3-version}} -- Copyright 2002-2022, LAMP/EPFL{% endcapture %}
2525
2626<div class =" main-download " >
27- <div class =" recommended-install scala-in-action " >
28- <div class="scala-in-action-content">
29- <div class="scala-in-action-code">
30- <div class="scala-text scala-text-large">
31- {% include tabsection.html language='en' extraClasses='inline-tabs' category='get-started' collection=site.install_tabs %}
32- {% capture checkSetupDetail %}
33- <div class="wrap">
34- <p>Check your setup with the command <code>scala -version</code>, which should output:</p>
35- {% include code-snippet.html codeSnippet=scalaDemo language='bash' nocopy=true %}
36- <p>If that does not work, you may need to log out and log back in (or reboot) in order for the changes to take effect.</p>
37- </div>
38- {% endcapture %}
39- {% include alt-details.html
40- title='Testing your setup'
41- detail=checkSetupDetail
42- targetId='macos-get-started-alt1'
43- extraClasses='scala-text scala-text-large'
44- %}
45- </div>
27+ <div class =" recommended-install " >
28+ <div class="place-inline">
29+ {% include tabsection.html language='en' id='install-cs-setup-tabs' collection=site.install_tabs %}
30+ </div>
31+ {% capture checkSetupDetail %}
32+ <div class="wrap-inline">
33+ <div class="wrap">
34+ <p>Check your setup with the command <code>scala -version</code>, which should output:</p>
35+ {% include code-snippet.html nocopy=true language='bash' codeSnippet=scalaDemo %}
36+ <p>If that does not work, you may need to log out and log back in (or reboot) in order for the changes to take
37+ effect.
38+ </p>
4639 </div>
4740 </div>
41+ {% endcapture %}
42+ <div class="place-inline">
43+ {% include alt-details.html id='testing-your-setup' title='Testing your setup' detail=checkSetupDetail %}
44+ </div>
4845 </div >
4946</div >
5047
0 commit comments