update images
@ -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;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 32 KiB |
BIN
img/feature-publish.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
img/feature-pull.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 37 KiB |
BIN
img/initialize.png
Normal file
After Width: | Height: | Size: 28 KiB |
@ -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>
|
||||
|
||||
|