diff --git a/cmd.md b/cmd.md index f4e98f1..715b972 100644 --- a/cmd.md +++ b/cmd.md @@ -16,9 +16,15 @@ you will work on and save your programs. Select the operating system you are working on. -
-| [OSX](#tab-osx) || [Linux](#tab-linux) || [Windows](#tab-windows) | -
+{:.tabs.contained.three-up #install-tabs data-tab=""} +OSX +: {:.active} [OSX](#tab-osx) + +Linux +: [Linux](#tab-linux) + +Windows +: [Windows](#tab-windows)
diff --git a/stylesheets/tessel.scss b/stylesheets/tessel.scss index 68a6445..7fe6adf 100644 --- a/stylesheets/tessel.scss +++ b/stylesheets/tessel.scss @@ -13,6 +13,9 @@ body { text-align: center; background: #008cba; } + dl.tabs[data-tab] > dt { + display: none; + } } h1 { letter-spacing: 0.04em;