From 676700922443f9c2363a9f8335cea1460d97e51a Mon Sep 17 00:00:00 2001 From: "C.A.M. Gerlach" Date: Tue, 3 Sep 2024 23:23:40 -0500 Subject: [PATCH] Move Linux install link to after macOS on Carlos' instructions --- doc/_static/css/custom_styles.css | 18 +++++++++--------- doc/installation.rst | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/_static/css/custom_styles.css b/doc/_static/css/custom_styles.css index dec8825e..6a651ab5 100644 --- a/doc/_static/css/custom_styles.css +++ b/doc/_static/css/custom_styles.css @@ -296,7 +296,7 @@ table.installer-table tbody td p::before { } table.installer-table tbody td:nth-child(1) p, -table.installer-table tbody td:nth-child(2) p { +table.installer-table tbody td:nth-child(4) p { padding-top: 0.62em; } @@ -307,19 +307,19 @@ table.installer-table tbody td:nth-child(1) p::before { vertical-align: middle; } -table.installer-table tbody td:nth-child(2) p::before { - content: "\f17c"; - font-size: 1.6em; +table.installer-table tbody td:nth-child(2) p::before, +table.installer-table tbody td:nth-child(3) p::before { + content: "\f179"; + font-size: 2em; padding-right: 0.5em; - vertical-align: middle; + vertical-align: sub; } -table.installer-table tbody td:nth-child(3) p::before, table.installer-table tbody td:nth-child(4) p::before { - content: "\f179"; - font-size: 2em; + content: "\f17c"; + font-size: 1.6em; padding-right: 0.5em; - vertical-align: sub; + vertical-align: middle; } @media screen and (max-width: 991px) { diff --git a/doc/installation.rst b/doc/installation.rst index 2bae97e9..589b2dd2 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -76,13 +76,13 @@ On macOS, open the disk image and drag Spyder to your :guilabel:`Applications` f .. table:: ================ ================ ================ ================ - `Windows`_ `Linux`_ `macOS M1`_ `macOS Intel`_ + `Windows`_ `macOS M1`_ `macOS Intel`_ `Linux`_ ================ ================ ================ ================ .. _Windows: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-Windows-x86_64.exe -.. _Linux: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-Linux-x86_64.sh .. _macOS M1: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-macOS-arm64.pkg .. _macOS Intel: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-macOS-x86_64.pkg +.. _Linux: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-Linux-x86_64.sh .. note::