Skip to content

Commit

Permalink
fix broken styles with custom em tags :/
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Jul 22, 2011
1 parent 6958ce0 commit 5136eb7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/worker/maintenance/index.html
Expand Up @@ -34,7 +34,7 @@ <h2 id="the-worker-maintenance">The worker: maintenance</h2>

<h3 id="setting-up-a-new-worker-box">Setting up a new worker box</h3>

<p>Currently needs to be done manually. <em>Automate this if you’d like to help!</em></p>
<p>Currently needs to be done manually. <span class="help">Automate this if you’d like to help!<span /></span></p>

<p>The box should have a user <code>travis</code> and the following things installed.</p>

Expand Down Expand Up @@ -156,7 +156,7 @@ <h3 id="reprovisioning-the-worker-vms">Reprovisioning the worker VMs</h3>
<li>Simply provision the worker VMs</li>
<li>Provision the base VM, re-export it to base.box, remove all worker base boxes,
re-add base.box as new worker base boxes, destroy all VMs, start new worker
VMs. <em class="help">Automate this if you’d like to help!<em /></em></li>
VMs. <span class="help">Automate this if you’d like to help!<span /></span></li>
</ul>

<p>The first approach provisions on each of your VMs, so if you have 5 VMs it will
Expand Down
4 changes: 2 additions & 2 deletions source/content/docs/worker/maintenance.md
Expand Up @@ -2,7 +2,7 @@

### Setting up a new worker box

Currently needs to be done manually. _Automate this if you'd like to help!_
Currently needs to be done manually. <span class="help">Automate this if you'd like to help!<span>

The box should have a user `travis` and the following things installed.

Expand Down Expand Up @@ -109,7 +109,7 @@ to provision cookbook changes to the worker VMs:
* Simply provision the worker VMs
* Provision the base VM, re-export it to base.box, remove all worker base boxes,
re-add base.box as new worker base boxes, destroy all VMs, start new worker
VMs. <em class="help">Automate this if you'd like to help!<em>
VMs. <span class="help">Automate this if you'd like to help!<span>

The first approach provisions on each of your VMs, so if you have 5 VMs it will
provision 5 times. The second approach only provisions on the base VM and then
Expand Down
2 changes: 1 addition & 1 deletion source/content/stylesheet.css
Expand Up @@ -109,7 +109,7 @@ strong {
em {
font-style: italic;
}
em.help {
span.help {
font-style: italic;
background-color: #ffff99;
font-family: Georgia, Times, Serif;
Expand Down
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -109,7 +109,7 @@ strong {
em {
font-style: italic;
}
em.help {
span.help {
font-style: italic;
background-color: #ffff99;
font-family: Georgia, Times, Serif;
Expand Down

0 comments on commit 5136eb7

Please sign in to comment.