update style

This commit is contained in:
Daniel Kummer
2012-08-09 12:52:39 +02:00
parent 65b23492c5
commit b3d3561b7e
2 changed files with 51 additions and 7 deletions

View File

@ -211,7 +211,7 @@
</blockquote>
</div>
<div class="col-2">
<img src="img/feature-publish.png" alt="publish feature"/>
<div class="feature-publish"></div>
</div>
</div>
@ -230,7 +230,7 @@
</blockquote>
</div>
<div class="col-2">
<img src="img/feature-pull.png" alt="publish feature"/>
<div class="feature-pull"></div>
</div>
</div>
@ -287,10 +287,11 @@
git flow release publish RELEASE
</code>
</blockquote>
<p>(You can track a remote release with the <br/><code>git flow release track RELEASE</code> command)</p>
</div>
<div class="col-2">
<div class="release-end"></div>
<p>(You can track a remote release with the <br/><code>git flow release track RELEASE</code> command)</p>
</div>
</div>
@ -323,10 +324,10 @@
<div class="col-1">
<h3>Finish a hotfix</h3>
<p>TODO</p>
<p>By finishing a hotfix it gets merged back into develp and master. Additionally the master merge ist tagged.</p>
</div>
<div class="col-2">
<div class="hotfix-finish"></div>
<div class="hotfix-end"></div>
</div>
</div>