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 {
background: url("../img/init.png") no-repeat scroll center center transparent;
height: 122px;
width: 122px;
background: url("../img/initialize.png") no-repeat scroll center center transparent;
height: 300px;
width: 300px;
position: relative;
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 class="col-2">
<!--<div id="init-img"></div>
<div id="blue-line-img"></div>-->
<div id="init-img"></div>
</div>
</div>
@ -213,14 +212,13 @@
</blockquote>
</div>
<div class="col-2">
<div id="feature-publish-img"></div>
<img src="img/feature-publish.png" alt="publish feature"/>
</div>
</div>
<div class="scrollblock">
<div class="col-1">
<h3>Getting a published feature</h3>
<p>
Get a feature published by another user and track remote changes.
</p>
@ -232,7 +230,7 @@
</blockquote>
</div>
<div class="col-2">
<div id="feature-publish-img"></div>
<img src="img/feature-pull.png" alt="publish feature"/>
</div>
</div>