diff --git a/Bluetooth/index.html b/Bluetooth/index.html
index ba870715..40a451ab 100644
--- a/Bluetooth/index.html
+++ b/Bluetooth/index.html
@@ -82,7 +82,7 @@
- Hall Sensor (Pinecil)
- - Bluetooth (Pinecil V2)
+
- Bluetooth (Pinecil V2)
- Using the BLE Interface
diff --git a/DebugMenu/index.html b/DebugMenu/index.html
index 484ae232..631dff75 100644
--- a/DebugMenu/index.html
+++ b/DebugMenu/index.html
@@ -67,7 +67,7 @@
- Settings
- - Debug Menu
+
- Debug Menu
- Menu items
diff --git a/Development/index.html b/Development/index.html
index 7e68b5ec..efe7c60f 100644
--- a/Development/index.html
+++ b/Development/index.html
@@ -100,7 +100,7 @@
- - Development
+
- Development
- STM32CubeIDE
diff --git a/Flashing/MHP30/index.html b/Flashing/MHP30/index.html
index d0d1f330..18aa1b98 100644
--- a/Flashing/MHP30/index.html
+++ b/Flashing/MHP30/index.html
@@ -50,7 +50,7 @@
Flashing the firmware
- - MHP30
+
- MHP30
- Downloading source file
diff --git a/Flashing/Pinecil V1/index.html b/Flashing/Pinecil V1/index.html
index 7c4c8986..28ec4a98 100644
--- a/Flashing/Pinecil V1/index.html
+++ b/Flashing/Pinecil V1/index.html
@@ -52,7 +52,7 @@
- MHP30
- - Pinecil V1
+
- Pinecil V1
- Downloading source file
diff --git a/Flashing/Pinecil V2/index.html b/Flashing/Pinecil V2/index.html
index a3a2ba19..22fa5e23 100644
--- a/Flashing/Pinecil V2/index.html
+++ b/Flashing/Pinecil V2/index.html
@@ -54,7 +54,7 @@
- Pinecil V1
- - Pinecil V2
+
- Pinecil V2
- Downloading source file
diff --git a/Flashing/TS100/index.html b/Flashing/TS100/index.html
index 81e63cb7..9f0b0970 100644
--- a/Flashing/TS100/index.html
+++ b/Flashing/TS100/index.html
@@ -58,7 +58,7 @@
- TS80(P)
- - TS100
+
- TS100
- Downloading source file
diff --git a/Flashing/TS80(P)/index.html b/Flashing/TS80(P)/index.html
index 9be9679c..0ec7b06c 100644
--- a/Flashing/TS80(P)/index.html
+++ b/Flashing/TS80(P)/index.html
@@ -56,7 +56,7 @@
- Pinecil V2
- - TS80(P)
+
- TS80(P)
- Downloading source file
diff --git a/GettingStarted/index.html b/GettingStarted/index.html
index 0c831b5a..bc48f5ba 100644
--- a/GettingStarted/index.html
+++ b/GettingStarted/index.html
@@ -45,7 +45,7 @@
- - Getting Started
+
- Getting Started
- The Home screen (or idle screen)
diff --git a/HallSensor/index.html b/HallSensor/index.html
index 6c9ead89..6e53e657 100644
--- a/HallSensor/index.html
+++ b/HallSensor/index.html
@@ -80,7 +80,7 @@
Hardware
- - Startup Logo
+
- Startup Logo
- Generating the Logo files
diff --git a/Menu/index.html b/Menu/index.html
index 791dc647..8e6e17df 100644
--- a/Menu/index.html
+++ b/Menu/index.html
@@ -63,7 +63,7 @@
Operation
- - Main Menu
+
- Main Menu
- Soldering mode
diff --git a/PortingToNewDevice/index.html b/PortingToNewDevice/index.html
index 401964bc..25c33556 100644
--- a/PortingToNewDevice/index.html
+++ b/PortingToNewDevice/index.html
@@ -92,7 +92,7 @@
- Power sources
- - New Hardware Requirements
+
- New Hardware Requirements
- Hard requirements
diff --git a/Power/index.html b/Power/index.html
index 84a7095b..054283b1 100644
--- a/Power/index.html
+++ b/Power/index.html
@@ -69,7 +69,7 @@
- Debug Menu
- - Power
+
- Power
- Known Hardware Issues
- - Power sources
+
- Power sources
- QC(3)
diff --git a/Settings/index.html b/Settings/index.html
index d91fc6ce..55495c42 100644
--- a/Settings/index.html
+++ b/Settings/index.html
@@ -65,7 +65,7 @@
- Main Menu
- - Settings
+
- Settings
- Menu Categories
diff --git a/Temperature/index.html b/Temperature/index.html
index 93db598d..08f271e6 100644
--- a/Temperature/index.html
+++ b/Temperature/index.html
@@ -71,7 +71,7 @@
- Power
- - Temperature
+
- Temperature
- How a thermocouple works (brief)
diff --git a/Translation/index.html b/Translation/index.html
index 1aa97317..e6435309 100644
--- a/Translation/index.html
+++ b/Translation/index.html
@@ -96,7 +96,7 @@
- - Translations
+
- Translations
diff --git a/Troubleshooting/index.html b/Troubleshooting/index.html
index fbd78e4c..231561e4 100644
--- a/Troubleshooting/index.html
+++ b/Troubleshooting/index.html
@@ -86,7 +86,7 @@
- Hardware Notes
- - Troubleshooting
+
- Troubleshooting
- Tip Shorted warning
diff --git a/css/theme_extra.css b/css/theme_extra.css
index 9f4b063c..ab0631a1 100644
--- a/css/theme_extra.css
+++ b/css/theme_extra.css
@@ -103,7 +103,7 @@ pre .cs, pre .c {
form .search-query {
width: 100%;
border-radius: 50px;
- padding: 6px 12px; /* csslint allow: box-model */
+ padding: 6px 12px;
border-color: #D1D4D5;
}
@@ -135,7 +135,7 @@ form .search-query {
}
td, th {
- border: 1px solid #e1e4e5 !important; /* csslint allow: important */
+ border: 1px solid #e1e4e5 !important;
border-collapse: collapse;
}
@@ -155,6 +155,12 @@ td, th {
padding-bottom: 40px;
}
+/* For section-index only */
+.wy-menu-vertical .current-section p {
+ background-color: #e3e3e3;
+ color: #404040;
+}
+
/*
* The second step of above amendment: Here we make sure the items are aligned
* correctly within the .rst-current-version container. Using flexbox, we
diff --git a/index.html b/index.html
index 0f432fc4..5e1690b1 100644
--- a/index.html
+++ b/index.html
@@ -41,7 +41,7 @@