mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 09:52:36 +02:00
Fixed CSS madness
This commit is contained in:
parent
165e609851
commit
b83243d65d
1 changed files with 7 additions and 11 deletions
|
@ -15,29 +15,25 @@
|
|||
|
||||
<div class="colleft">
|
||||
|
||||
<!-- I know the content of the columns are swapped -->
|
||||
<!-- If you manage to fix the CSS, you get to swap it back! -->
|
||||
<div class="col1">
|
||||
|
||||
<img src="images/step1.jpg" alt="Step 1">
|
||||
<p><b>1.</b> Stop your Sandbox server.
|
||||
|
||||
<img src="images/step2.jpg" alt="Step 2">
|
||||
<p><b>2.</b> Go to your backup directory:
|
||||
<span id="directory"></span>
|
||||
</div>
|
||||
|
||||
<div class="col2">
|
||||
|
||||
<img src="images/step2.jpg" alt="Step 2">
|
||||
<p><b>2.</b> Go to your backup directory:
|
||||
<span id="directory"></span>
|
||||
|
||||
<img src="images/step1.jpg" alt="Step 1">
|
||||
<p><b>1.</b> Stop your Sandbox server.
|
||||
</div>
|
||||
|
||||
<div class="col3">
|
||||
|
||||
<img src="images/step3.jpg" alt="Step 3">
|
||||
<p><b>3.</b> Copy the backed up content and paste it into the parent directory.
|
||||
</div>
|
||||
|
||||
<div class="col4">
|
||||
|
||||
<img src="images/step4.jpg" alt="Step 4">
|
||||
<p><b>4.</b> Restart your Sandbox server.
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue