Updated CSS for table alignment
This commit is contained in:
parent
051934d19d
commit
23e99a671e
4 changed files with 21 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue