update images

This commit is contained in:
Daniel Kummer 2012-08-07 19:50:02 +02:00
parent 351ce4c3af
commit bf4e1af004
7 changed files with 6 additions and 8 deletions

View File

@ -129,9 +129,9 @@ div#git-repo {
} }
div#init-img { div#init-img {
background: url("../img/init.png") no-repeat scroll center center transparent; background: url("../img/initialize.png") no-repeat scroll center center transparent;
height: 122px; height: 300px;
width: 122px; width: 300px;
position: relative; position: relative;
z-index: 99; z-index: 99;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 32 KiB

BIN
img/feature-publish.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
img/feature-pull.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 37 KiB

BIN
img/initialize.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -141,8 +141,7 @@
</div> </div>
<div class="col-2"> <div class="col-2">
<!--<div id="init-img"></div> <div id="init-img"></div>
<div id="blue-line-img"></div>-->
</div> </div>
</div> </div>
@ -213,14 +212,13 @@
</blockquote> </blockquote>
</div> </div>
<div class="col-2"> <div class="col-2">
<div id="feature-publish-img"></div> <img src="img/feature-publish.png" alt="publish feature"/>
</div> </div>
</div> </div>
<div class="scrollblock"> <div class="scrollblock">
<div class="col-1"> <div class="col-1">
<h3>Getting a published feature</h3> <h3>Getting a published feature</h3>
<p> <p>
Get a feature published by another user and track remote changes. Get a feature published by another user and track remote changes.
</p> </p>
@ -232,7 +230,7 @@
</blockquote> </blockquote>
</div> </div>
<div class="col-2"> <div class="col-2">
<div id="feature-publish-img"></div> <img src="img/feature-pull.png" alt="publish feature"/>
</div> </div>
</div> </div>