This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 25761a6  Automated site publishing by Jenkins build 457
25761a6 is described below

commit 25761a6e6890d86bb23ac48f50e4ca435201377d
Author: jenkins <bui...@apache.org>
AuthorDate: Wed Jan 23 22:05:23 2019 +0000

    Automated site publishing by Jenkins build 457
---
 content/kb/docs/ide/git.html | 35 +++++++++++++----------------------
 1 file changed, 13 insertions(+), 22 deletions(-)

diff --git a/content/kb/docs/ide/git.html b/content/kb/docs/ide/git.html
index f5d0ee9..bbb730e 100644
--- a/content/kb/docs/ide/git.html
+++ b/content/kb/docs/ide/git.html
@@ -496,28 +496,19 @@ The <a href="#viewFileStatus">status</a> of the file in 
the HEAD displays in gre
 <div class="paragraph">
 <p>When you open a versioned file in the IDE&#8217;s Source Editor, you can 
view real-time changes occurring to your file as you modify it against the base 
version from the Git repository. As you work, the IDE uses color coding in the 
Source Editor&#8217;s margins to convey the following information:</p>
 </div>
-<table class="tableblock frame-all grid-all spread">
-<colgroup>
-<col style="width: 50%;">
-<col style="width: 50%;">
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-top"><strong>Blue</strong></th>
-<th class="tableblock halign-left valign-top">Indicates lines that have been 
changed since the earlier revision.</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-top"><p 
class="tableblock"><strong>Green</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Indicates 
lines that have been added since the earlier revision.</p></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-top"><p 
class="tableblock"><strong>Red</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Indicates 
lines that have been removed since the earlier revision.</p></td>
-</tr>
-</tbody>
-</table>
+<div class="ulist">
+<ul>
+<li>
+<p>Blue: Indicates lines that have been changed since the earlier revision.</p>
+</li>
+<li>
+<p>Green: Indicates lines that have been added since the earlier revision.</p>
+</li>
+<li>
+<p>Red: Indicates lines that have been removed since the earlier revision.</p>
+</li>
+</ul>
+</div>
 <div class="paragraph">
 <p>The Source Editor&#8217;s left margin shows changes occurring on a 
line-by-line basis. When you modify a given line, changes are immediately shown 
in the left margin.</p>
 </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to