Use RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK for tabs

This is the standard character to denote tabs in a file.  Previously
I was using a border line because it meant the tab would copy as a
space when the user copied the line onto the clipboard, and they had
no way to disable the visual tab indications.  Now that we can turn
off the tabs, its better to use a more widely recognized character.

Change-Id: Idd6ffd4aff1c09b67f66efaf893b16f67bf1107a
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2010-03-01 10:01:18 -08:00
parent 6bbfa042d5
commit ca8c7f0b2f
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
}
.vt {
border-left: 1px dotted red;
color: red;
}
.wdd {
@@ -39,7 +39,7 @@
*/
.wse .vt,
.wdd .vt {
border-left: 2px dotted black;
color: black;
}
.wse .wdd {
background: red;