Nesting tags now have BG chevrons

Slight adjust to make text in footer look in line
'cursor nest locaton' wording starts with lowercase c
BG gif added which contains start, middle and end chevron graphics
Now showing DIV containing BG for start, middle or end chunks between
next tag names
This commit is contained in:
Matt Pass
2012-12-01 14:35:03 +00:00
parent 96fe7d46ba
commit 72ff461b45
4 changed files with 8 additions and 5 deletions

View File

@@ -160,7 +160,7 @@ window.onbeforeunload = function() {
<div class="footer" id="footer" onContextMenu="return false">
<div class="nesting" id="nestValid">Nesting OK</div>
<div class="nestLoc">Cursor nest location</div>
<div class="nestLoc">cursor nest location</div>
<div class="nestDisplay" id="nestDisplay"></div>
<div class="charDisplay" id="charDisplay"><span id="char"></span></div>
</div>