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

Unified Diff: Source/devtools/front_end/documentationView.css

Issue 548213004: DevTools: [Documentation] fix css styles for renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « Source/devtools/front_end/documentation/DocumentationView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/documentationView.css
diff --git a/Source/devtools/front_end/documentationView.css b/Source/devtools/front_end/documentationView.css
index 4e869653629041540e55b8e65c4476de903d02e2..50a2f284a532ada1469addae7a1e72ba0e751f9a 100644
--- a/Source/devtools/front_end/documentationView.css
+++ b/Source/devtools/front_end/documentationView.css
@@ -4,13 +4,6 @@
* found in the LICENSE file.
*/
-.documentation-example-code {
- border: 1px dotted black;
- border-radius: 6px;
- padding: 10px;
- margin-bottom: 10px;
-}
-
.documentation-code {
border: 1px dotted black;
border-radius: 6px;
@@ -45,22 +38,11 @@
}
.documentation-parameter-optional {
- padding: 6px;
background-color: rgb(219, 234, 249);
- text-decoration: none;
- margin-left: 10px;
- margin-top: -5px;
- border-radius: 5px;
}
.documentation-parameter-data-type-value {
- margin-right: 5px;
- padding: 6px;
background-color: rgb(254, 254, 202);
- text-decoration: none;
- margin-left: 10px;
- margin-top: 5px;
- border-radius: 5px;
}
.documentation-parameter-name {
@@ -85,10 +67,12 @@
.documentation-example-link {
float: right;
+}
+
+.documentation-box {
padding: 6px;
- background-color: rgb(241, 246, 251);
text-decoration: none;
margin-left: 10px;
margin-top: 5px;
border-radius: 5px;
-}
+}
« no previous file with comments | « Source/devtools/front_end/documentation/DocumentationView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698