From 03c71882b02743cc2b3a691a512cd827f017f39f Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 13 Jun 2023 21:41:28 +0200 Subject: [PATCH] align th right --- usr/share/archboot/doc/archboot.html | 4 ++-- usr/share/archboot/doc/styles.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/usr/share/archboot/doc/archboot.html b/usr/share/archboot/doc/archboot.html index 2f7303e63..f336d3e79 100644 --- a/usr/share/archboot/doc/archboot.html +++ b/usr/share/archboot/doc/archboot.html @@ -762,8 +762,8 @@ It’s an initramfs which includes everything. The calculated size to boot the i Feature -archboot -archiso +Archboot +Archiso diff --git a/usr/share/archboot/doc/styles.css b/usr/share/archboot/doc/styles.css index 9490f20ca..326b9893d 100644 --- a/usr/share/archboot/doc/styles.css +++ b/usr/share/archboot/doc/styles.css @@ -123,6 +123,7 @@ th { border-left: 1px solid #1a1a1a; border-right: 1px solid #1a1a1a; padding: 0.25em 0.5em 0.25em 0.5em; + text-align: left; } td { border-top: 1px solid #1a1a1a;