diff options
Diffstat (limited to 'Source/WebCore/xml/XMLViewer.css')
-rw-r--r-- | Source/WebCore/xml/XMLViewer.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/xml/XMLViewer.css b/Source/WebCore/xml/XMLViewer.css index 851499272..6b35890eb 100644 --- a/Source/WebCore/xml/XMLViewer.css +++ b/Source/WebCore/xml/XMLViewer.css @@ -59,7 +59,7 @@ div.collapsible > div.hidden { } .tag { - /* Keep this in sync with inspector.css (.webkit-html-tag) */ + /* Keep this in sync with inspector.css (.tag-name) */ color: rgb(136, 18, 128); } |