Skip to content

Commit bb271d4

Browse files
committed
Fix colors in 'Tools and Features' categories
Replaced 'name' property with 'id' to conform to HTML5 standard and fix 'Tools and Features' category titles incorrectly inheriting the blue hyperlink color rather than the white color used for other category titles
1 parent ebd1a95 commit bb271d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ <h2>Tools &amp; Features</h2>
4848
<div class="vcentercontainer detailstext">
4949
<div>
5050
<p>Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the <a href="http://git-scm.com" target="_blank">Git SCM</a> to Windows while providing appropriate user interfaces for experienced Git users and novices alike.</p>
51-
<h3><a name="bash" />Git BASH</h3>
51+
<h3 id="bash" >Git BASH</h3>
5252
<p>Git for Windows provides a BASH emulation used to run Git from the command line. *NIX users should feel right at home, as the BASH emulation behaves just like the "git" command in LINUX and UNIX environments.</p>
53-
<h3><a name="git-gui" />Git GUI</h3>
53+
<h3 id="git-gui" >Git GUI</h3>
5454
<p>As Windows users commonly expect graphical user interfaces, Git for Windows also provides the Git GUI, a powerful alternative to Git BASH, offering a graphical version of just about every Git command line function, as well as comprehensive visual diff tools.</p>
55-
<h3><a name="explorer" />Shell Integration</h3>
55+
<h3 id="explorer" >Shell Integration</h3>
5656
<p>Simply right-click on a folder in Windows Explorer to access the BASH or GUI.</p>
5757
</div>
5858
</div>

0 commit comments

Comments
 (0)