Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haiku/website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 21b0173cbe9f
Choose a base ref
...
head repository: haiku/website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1b5111e00709
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 24, 2021

  1. Copy the full SHA
    2890beb View commit details
  2. 1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1b5111e View commit details
Showing with 10 additions and 2 deletions.
  1. +2 −2 content/get-haiku/installation-guide.html
  2. +8 −0 themes/shijin4/static/css/slideshow.css
4 changes: 2 additions & 2 deletions content/get-haiku/installation-guide.html
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ <h3>Let's Start the Installation!</h3>
<figcaption><p class="step">1</p><p class="caption">After a few seconds, you should see the Haiku boot splash screen.</p>
</figcaption></figure></p>

<div class="alert alert-info">If any of the screens below fail to appear, try the fail safe mode options which can be enabled by holding <span class="key">SHIFT</span> before the CD starts to load. See <a href="/docs/userguide/en/bootloader.html">Boot Loader</a> for details. Please also consider reporting the issue at <a href="https://dev.haiku-os.org/">the bug tracker</a>.</div>
<div class="alert alert-info"><p>If any of the screens below fail to appear, try the fail safe mode options which can be enabled by holding <span class="key">SHIFT</span> before the CD starts to load. See <a href="/docs/userguide/en/bootloader.html">Boot Loader</a> for details. Please also consider reporting the issue at <a href="https://dev.haiku-os.org/">the bug tracker</a>.</p></div>

<p><figure role="group">
<a id="step-2" name="step-2"></a>
@@ -92,7 +92,7 @@ <h3>Let's Start the Installation!</h3>
Click <span class="button">Initialize</span> to continue.</p>
</figcaption></figure></p>

<div class="alert alert-warning">This is the last step before the initialization is executed! All data on the selected partition will be irrecoverably lost!</div>
<div class="alert alert-warning"><p>This is the last step before the initialization is executed! All data on the selected partition will be irrecoverably lost!</p></div>

<p><figure role="group">
<a id="step-11" name="step-11"></a>
8 changes: 8 additions & 0 deletions themes/shijin4/static/css/slideshow.css
Original file line number Diff line number Diff line change
@@ -34,3 +34,11 @@ ul.table > li {
display: table-cell;
}
}

@media (prefers-color-scheme: dark) {
p.caption { font-style:normal; font-size:1em; color:#ccc; text-align:left }
p.further { font-style:italic; font-size:0.8em; color: #888; text-align:right; display: block !important; }
p.navi { font-style:normal; font-size:1em; color: #ccc; text-align:center; margin-top:20px }
li { vertical-align: bottom; padding: 6px;}
hr { border: 1px solid #333; height: 1px; background: #222; margin: 6.6px 0; }
}