mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 23e99a671ea7d763c8f6e178bfb61335bc773c59
parent 051934d19dbd909b16b9044af4d503b90d71caac
Author: markseu <mark2011@mayberg.se>
Date:   Sat, 27 Apr 2024 11:03:09 +0200

Updated CSS for table alignment

Diffstat:
Msystem/extensions/update-available.ini | 16++++++++--------
Msystem/extensions/yellow-extension.ini | 4++--
Msystem/themes/stockholm.css | 15++++++++++-----
Msystem/workers/stockholm.php | 2+-
4 files changed, 21 insertions(+), 16 deletions(-)

diff --git a/system/extensions/update-available.ini b/system/extensions/update-available.ini @@ -27,14 +27,14 @@ system/workers/backtotop.js: backtotop.js, create, update system/workers/backtotop.css: backtotop.css, create, update Extension: Berlin -Version: 0.9.1 +Version: 0.9.2 Description: Berlin is a theme inspired by Dieter Rams. Designer: Anna Svensson Tag: theme DownloadUrl: https://github.com/annaesvensson/yellow-berlin/archive/refs/heads/main.zip DocumentationUrl: https://github.com/annaesvensson/yellow-berlin DocumentationLanguage: en, de, sv -Published: 2024-04-05 00:26:47 +Published: 2024-04-27 10:50:42 Status: available system/workers/berlin.php: berlin.php, create, update system/layouts/berlin-default.html: berlin-default.html, create, update, careful @@ -135,14 +135,14 @@ system/layouts/contact.html: contact.html, create, update, careful content/contact/page.md: page.md, create, optional Extension: Copenhagen -Version: 0.9.1 +Version: 0.9.2 Description: Copenhagen is a beautiful theme. Designer: Anna Svensson Tag: theme DownloadUrl: https://github.com/annaesvensson/yellow-copenhagen/archive/refs/heads/main.zip DocumentationUrl: https://github.com/annaesvensson/yellow-copenhagen DocumentationLanguage: en, de, sv -Published: 2024-04-05 00:26:47 +Published: 2024-04-27 10:50:42 Status: available system/workers/copenhagen.php: copenhagen.php, create, update system/themes/copenhagen.css: copenhagen.css, create, update, careful @@ -538,14 +538,14 @@ Status: available system/workers/norwegian.php: norwegian.php, create, update Extension: Paris -Version: 0.9.1 +Version: 0.9.2 Description: Paris is an elegant theme. Designer: Anna Svensson Tag: theme DownloadUrl: https://github.com/annaesvensson/yellow-paris/archive/refs/heads/main.zip DocumentationUrl: https://github.com/annaesvensson/yellow-paris DocumentationLanguage: en, de, sv -Published: 2024-04-05 00:26:47 +Published: 2024-04-27 10:50:42 Status: available system/workers/paris.php: paris.php, create, update system/layouts/paris-navigation.html: paris-navigation.html, create, update, careful @@ -716,14 +716,14 @@ Status: available system/workers/spanish.php: spanish.php, create, update Extension: Stockholm -Version: 0.9.1 +Version: 0.9.2 Description: Stockholm is a clean theme. Designer: Anna Svensson Tag: default, theme DownloadUrl: https://github.com/annaesvensson/yellow-stockholm/archive/refs/heads/main.zip DocumentationUrl: https://github.com/annaesvensson/yellow-stockholm DocumentationLanguage: en, de, sv -Published: 2024-04-04 15:00:52 +Published: 2024-04-27 10:50:42 Status: available system/workers/stockholm.php: stockholm.php, create, update system/themes/stockholm.css: stockholm.css, create, update, careful diff --git a/system/extensions/yellow-extension.ini b/system/extensions/yellow-extension.ini @@ -112,14 +112,14 @@ Status: available system/workers/serve.php: serve.php, create, update Extension: Stockholm -Version: 0.9.1 +Version: 0.9.2 Description: Stockholm is a clean theme. Designer: Anna Svensson Tag: default, theme DownloadUrl: https://github.com/annaesvensson/yellow-stockholm/archive/refs/heads/main.zip DocumentationUrl: https://github.com/annaesvensson/yellow-stockholm DocumentationLanguage: en, de, sv -Published: 2024-04-04 15:00:52 +Published: 2024-04-27 10:50:42 Status: available system/workers/stockholm.php: stockholm.php, create, update system/themes/stockholm.css: stockholm.css, create, update, careful diff --git a/system/themes/stockholm.css b/system/themes/stockholm.css @@ -111,15 +111,20 @@ a:hover { border-spacing: 0; border-collapse: collapse; } -.content th { +.content th:not([align]) { text-align: left; - padding: 0.3em; - border-bottom: 1px solid var(--separator); } +.content th, .content td { - text-align: left; padding: 0.3em; - padding-right: 2em; + padding-left: 2em; +} +.content th:first-child, +.content td:first-child { + padding: 0.3em; +} +.content th { + border-bottom: 1px solid var(--separator); } .content code, .content pre { diff --git a/system/workers/stockholm.php b/system/workers/stockholm.php @@ -2,7 +2,7 @@ // Stockholm extension, https://github.com/annaesvensson/yellow-stockholm class YellowStockholm { - const VERSION = "0.9.1"; + const VERSION = "0.9.2"; public $yellow; // access to API // Handle initialisation