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

Unified Diff: chrome/browser/resources/net_internals/main.css

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 years, 4 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
Index: chrome/browser/resources/net_internals/main.css
diff --git a/chrome/browser/resources/net_internals/main.css b/chrome/browser/resources/net_internals/main.css
index a96a7f1a14303f1eae81a0df358f3802a182d41f..6beb42179b04b000bf397edebde4539c9d765374 100644
--- a/chrome/browser/resources/net_internals/main.css
+++ b/chrome/browser/resources/net_internals/main.css
@@ -1,7 +1,6 @@
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
+ * found in the LICENSE file. */
/* Only common styles should be declared here. */
@@ -17,10 +16,8 @@ ul {
padding-left: 2em;
}
-/**
- * This class is used to create the splitter widget in
- * ResizbleVerticalSplitView.
- */
+/* This class is used to create the splitter widget in
+ * ResizbleVerticalSplitView. */
.vertical-splitter {
-webkit-user-select: none;
border-left: 1px solid #afafaf;
@@ -42,10 +39,8 @@ pre {
font-size: 133%;
}
-/**
- * This class should be given to top-level content boxes (like the view's main
- * DIV). It gives them a consistent padding, and makes them scrollable.
- */
+/* This class should be given to top-level content boxes (like the view's main
+ * DIV). It gives them a consistent padding, and makes them scrollable. */
.content-box {
overflow: auto;
padding: 20px 10px 10px 20px;
@@ -61,9 +56,7 @@ pre {
margin-left: -10px;
}
-/**
- * Styles for TABLE that uses a thin collapsed border.
- */
+/* Styles for TABLE that uses a thin collapsed border. */
table.styled-table {
border-collapse: collapse;
}
@@ -112,9 +105,7 @@ table.styled-table,
background: rgb(255,217,217);
}
-/**
- * Styling for event logs.
- */
+/* Styling for event logs. */
.event-log p {
white-space: nowrap;
}
@@ -128,16 +119,12 @@ table.styled-table,
text-decoration: none;
}
-/**
- * Styling for text indicating a potential problem or error state.
- */
+/* Styling for text indicating a potential problem or error state. */
.warning-text {
color: rgb(238, 0, 0);
}
-/**
- * Styling for help windows that appear when mousing over an element.
- */
+/* Styling for help windows that appear when mousing over an element. */
.mouse-over-help {
background: #EEE;
border: 1px solid black;
@@ -145,9 +132,7 @@ table.styled-table,
z-index: 1;
}
-/**
- * Styling for elements that show a help window on mouse over.
- */
+/* Styling for elements that show a help window on mouse over. */
.mouse-over-help-hover {
color: blue;
cursor: help;
« no previous file with comments | « chrome/browser/resources/net_internals/events_view.css ('k') | chrome/browser/resources/net_internals/status_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698