Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(609)

Unified Diff: Source/core/css/view-source.css

Issue 603153003: Remove unused style rules from view-source.css (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/view-source.css
diff --git a/Source/core/css/view-source.css b/Source/core/css/view-source.css
index 8771a890a9d4c1be95e451385c59201df97e0579..b56dcd9fc0c64d573800d8b5dd2b976c22050b71 100644
--- a/Source/core/css/view-source.css
+++ b/Source/core/css/view-source.css
@@ -132,36 +132,3 @@ tbody:last-child .line-content:empty:before {
color: rgb(255, 0, 0);
font-weight: bold;
}
-
-.html-message-bubble {
- box-shadow: black 0px 2px 5px;
- border-radius: 9px;
- -webkit-border-fit: lines;
- min-height: 13px;
- font-size: 9px;
- font-family: Lucida Grande, sans-serif;
- font-weight: bold;
- margin: 6px 25px;
- padding: 0 7px 1px;
-}
-
-.html-warning-message {
- background-color: rgb(100%, 62%, 42%);
- border: 2px solid rgb(100%, 52%, 21%);
-}
-
-.html-error-message {
- background-color: rgb(100%, 42%, 42%);
- border: 2px solid rgb(100%, 31%, 31%);
-}
-
-.html-message-line {
- padding-left: 23px;
- text-indent: -20px;
-}
-
-.html-message-icon {
- position: relative;
- top: 2px;
- margin: 0 4px;
-}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698