update images
@ -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;
|
||||||
}
|
}
|
||||||
|
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>
|
||||||
<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>
|
||||||
|
|
||||||
|