From 4dc4a99fe9ac2c6a65b58e03ddad8e58e41f34f8 Mon Sep 17 00:00:00 2001 From: DigiH Date: Thu, 9 Nov 2023 16:13:42 +0100 Subject: [PATCH] [DOCS] Last two columns centred --- docs/devices/H5179.md | 4 ++-- docs/devices/devices_template.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/devices/H5179.md b/docs/devices/H5179.md index abfbb4b8..da466044 100644 --- a/docs/devices/H5179.md +++ b/docs/devices/H5179.md @@ -7,6 +7,6 @@ |Short Description|Temperature and humidity sensor| |Communication|BLE broadcast| |Frequency|2.4Ghz| -|Power source|3 AA| -|Exchanged data|temperature, humidity, battery| +|Power Source|3 AA| +|Exchanged Data|temperature, humidity, battery| |Encrypted|No| diff --git a/docs/devices/devices_template.html b/docs/devices/devices_template.html index 5cdfd02f..b1632314 100644 --- a/docs/devices/devices_template.html +++ b/docs/devices/devices_template.html @@ -50,8 +50,8 @@ background-image: url('https://cdn.datatables.net/1.10.25/images/sort_desc.png'); } - #devices td:last-child, - #devices th:last-child { + #devices td:nth-last-child(-n+2), + #devices th:nth-last-child(-n+2) { text-align: center; }