Skip to content

Commit 380d877

Browse files
committed
Merge branch 'gh-pages' of https://github.com/carpentries/styles into update-styles-2022-10
2 parents 6807b96 + 7bcdf50 commit 380d877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/life_cycle.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
{% elsif site.life_cycle == "transition-step-1" %}
4747
{% include check_transition_variables.html need_transition_date = 'true' %}
4848

49-
<div class="alert alert-warning life-cycle">
49+
<div id="life-cycle" class="alert alert-warning life-cycle panel-body">
5050
A snapshot of this lesson from {{ site.transition_date_prebeta }} is being tested on
5151
<a href='https://carpentries.github.io/workbench'>The Carpentries Workbench</a>:
5252
<a href="https://preview.carpentries.org/{{ repo_name }}">https://preview.carpentries.org/{{ repo_name }}</a>.
@@ -60,7 +60,7 @@
6060
{% elsif site.life_cycle == "transition-step-2" %}
6161
{% include check_transition_variables.html need_transition_date = 'true' %}
6262

63-
<div class="alert alert-danger alert-dismissible life-cycle" role="alert">
63+
<div id="life-cycle" class="alert alert-danger alert-dismissible life-cycle panel-body" role="alert">
6464
This lesson is a <b>snapshot from {{ site.transition_date_beta }}</b>.
6565
A newer version is being tested on <a href='https://carpentries.github.io/workbench'>The Carpentries Workbench</a>:
6666
<a href="https://preview.carpentries.org/{{ repo_name }}">https://preview.carpentries.org/{{ repo_name }}</a>.

0 commit comments

Comments
 (0)