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

Side by Side Diff: Source/devtools/front_end/documentationView.css

Issue 554243002: 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 unified diff | Download patch
« no previous file with comments | « Source/devtools/front_end/documentation/DocumentationView.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2014 The Chromium Authors. All rights reserved. 2 * Copyright 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .documentation-code { 7 .documentation-code {
8 border: 1px dotted black; 8 border: 1px dotted black;
9 border-radius: 6px; 9 border-radius: 6px;
10 padding: 10px; 10 padding: 10px;
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 font-weight: bold; 55 font-weight: bold;
56 padding-bottom: 7px; 56 padding-bottom: 7px;
57 } 57 }
58 58
59 .documentation-view { 59 .documentation-view {
60 -webkit-user-select: text; 60 -webkit-user-select: text;
61 padding: 10px; 61 padding: 10px;
62 } 62 }
63 63
64 .documentation-example-description-section { 64 .documentation-example-description-section {
65 margin-bottom: 10px; 65 margin-bottom: 20px;
66 } 66 }
67 67
68 .documentation-example-link { 68 .documentation-example-link {
69 float: right; 69 float: right;
70 background-color: rgb(241, 246, 251);
70 } 71 }
71 72
72 .documentation-box { 73 .documentation-box {
73 padding: 6px; 74 padding: 6px;
74 text-decoration: none; 75 text-decoration: none;
75 margin-left: 10px; 76 margin-left: 10px;
76 margin-top: 5px; 77 margin-top: 5px;
77 border-radius: 5px; 78 border-radius: 5px;
78 } 79 }
OLDNEW
« 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