| 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;
|
| -}
|
|
|