Skip to content

Commit 2c59935

Browse files
authored
Fix relearn theme update (#14)
1 parent 7efec45 commit 2c59935

10 files changed

Lines changed: 8 additions & 20 deletions

File tree

.github/workflows/build_and_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Hugo
1919
uses: peaceiris/actions-hugo@v2
2020
with:
21-
hugo-version: '0.152.2'
21+
hugo-version: '0.153.4'
2222

2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2

docs/changelanguage/_index.en.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
title: "ChangeLanguage"
2+
title: "ChangeLanguage v3"
33
type: home
44
---
55

6-
# ChangeLanguage v3
7-
86
*ChangeLanguage* is an extension for the [Contao CMS][1] (version 3.5 and 4.x)
97
which allows visitors to switch between different languages of your website.
108

docs/notification-center-pro/_index.de.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Notification Center Pro"
33
type: home
44
---
55

6-
# Notification Center Pro
7-
86
Notification Center Pro ist eine kommerzielle Erweiterung für unser [kostenloses und sehr beliebtes Notification Center][NC].
97

108
Zusätzlich zur kostenlosen Version erweitert Notification Center Pro dein Notification Center-Erlebnis um die

docs/notification-center-pro/_index.en.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Notification Center Pro"
33
type: home
44
---
55

6-
# Notification Center Pro
7-
86
Notification Center Pro is a commercial extension to our [free and very popular Notification Center][NC].
97

108
On top of using the free version, Notification Center Pro will enhance your Notification Center experience with the

docs/notification-center/_index.en.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Notification Center"
33
type: home
44
---
55

6-
# Notification Center
7-
86

97
The Notification Center is an extension for the [Contao CMS][1] which
108
provides a central and flexible way for Contao users to configure notifications

docs/payment-pfc/_index.de.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Postfinance Checkout für Isotope eCommerce"
33
type: home
44
---
55

6-
# PostFinance Checkout
7-
86
[PostFinance Checkout][website] ist eine Online-Zahlungslösung der Schweizerischen PostFinance.
97

108
> Mit PostFinance Checkout erhalten Sie eine flexible und funktionsstarke Payment Service Providing Lösung für Ihren

docs/payment-stripe/_index.de.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Stripe Zahlungen für Isotope eCommerce"
33
type: home
44
---
55

6-
# Stripe Zahlungen für Isotope eCommerce
7-
86
Mit dieser Erweiterung kannst du den Zahlungsanbieter [Stripe](https://www.stripe.com)
97
in deinem Isotope eCommerce Shop verwenden.
108

docs/payment-stripe/_index.en.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Stripe payments for Isotope eCommerce"
33
type: home
44
---
55

6-
# Stripe payments for Isotope eCommerce
7-
86
With this extension you can use the payment provider [Stripe](https://www.stripe.com)
97
in your Isotope eCommerce Shop.
108

docs/shipping-plc/_index.de.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Post-Labelcenter"
33
type: home
44
---
55

6-
# Post-Labelcenter
7-
86
Mit Hilfe der Versandsoftware [**Post-Labelcenter**][PLC] erstellst du rasch und gemäß den Anforderungen der
97
Österreichischen Post deine Paketaufkleber, Sendungslisten und die dazu notwendigen Avisodaten für eine
108
optimale logistische Abwicklung.

page/assets/css/theme-terminal42.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ b, strong, label, th {
166166
}
167167

168168
#R-header-wrapper {
169-
border-bottom: 4px solid var(--MENU-HEADER-BORDER-color);
169+
border-bottom: 4px solid var(--MENU-HEADER-BORDER-color) !important;
170170
}
171171

172172
#R-homelinks {
@@ -212,8 +212,9 @@ b, strong, label, th {
212212
}
213213

214214
/* Logo */
215-
#R-header #logo {
215+
#R-header-wrapper #logo {
216216
display: block;
217+
margin: 1rem 0;
217218
}
218219

219220
#logo svg {
@@ -227,6 +228,9 @@ b, strong, label, th {
227228
display: block;
228229
margin-top: 4px;
229230
text-align: center;
231+
}
232+
233+
#R-sidebar > #R-header-wrapper :is(a, span) {
230234
color: white;
231235
}
232236

0 commit comments

Comments
 (0)