| Index: Source/core/inspector/InspectorOverlayPage.html
|
| diff --git a/Source/core/inspector/InspectorOverlayPage.html b/Source/core/inspector/InspectorOverlayPage.html
|
| index e99cf46c5c9ec3f6ca7c58b324f6f9f934b04b98..728a9453c222c5ebfc13221d307335233375bcba 100644
|
| --- a/Source/core/inspector/InspectorOverlayPage.html
|
| +++ b/Source/core/inspector/InspectorOverlayPage.html
|
| @@ -136,17 +136,17 @@ body.platform-linux {
|
| }
|
|
|
| #tag-name {
|
| - /* Keep this in sync with view-source.css (.webkit-html-tag) */
|
| + /* Keep this in sync with view-source.css (.html-tag) */
|
| color: rgb(136, 18, 128);
|
| }
|
|
|
| #node-id {
|
| - /* Keep this in sync with view-source.css (.webkit-html-attribute-value) */
|
| + /* Keep this in sync with view-source.css (.html-attribute-value) */
|
| color: rgb(26, 26, 166);
|
| }
|
|
|
| #class-name {
|
| - /* Keep this in sync with view-source.css (.webkit-html-attribute-name) */
|
| + /* Keep this in sync with view-source.css (.html-attribute-name) */
|
| color: rgb(153, 69, 0);
|
| }
|
|
|
|
|