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

Side by Side Diff: chrome/common/extensions/docs/server2/static/css/site.css

Issue 10920067: Merge 154664 - Rewrite notifications documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1229/src/
Patch Set: Created 8 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 | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 .hidden { 6 .hidden {
7 display: none; 7 display: none;
8 } 8 }
9 9
10 body { 10 body {
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 color: #50A9D5; 123 color: #50A9D5;
124 } 124 }
125 125
126 code { 126 code {
127 font-size: 10pt; 127 font-size: 10pt;
128 } 128 }
129 129
130 pre { 130 pre {
131 font-size: 10pt; 131 font-size: 10pt;
132 background-color: #F5F5F5; 132 background-color: #F5F5F5;
133 border-top: 1px solid #DDD;
134 border-left: 1px solid #DDD;
135 margin: 1em 0 0 0; 133 margin: 1em 0 0 0;
136 padding: .99em; 134 padding: .99em;
137 overflow: auto; 135 overflow: auto;
138 word-wrap: break-word; 136 word-wrap: break-word;
139 } 137 }
140 138
139 pre a {
140 text-decoration: underline!important;
141 }
142
141 pre b { 143 pre b {
142 background: yellow; 144 background: yellow;
143 } 145 }
144 146
145 dt { 147 dt {
146 font-weight: bold; 148 font-weight: bold;
147 margin: .75em 0 0 0; 149 margin: .75em 0 0 0;
148 } 150 }
149 151
150 dl { 152 dl {
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 431
430 td.gsc-input { 432 td.gsc-input {
431 padding: 0 0; 433 padding: 0 0;
432 } 434 }
433 435
434 div.gsc-input-box { 436 div.gsc-input-box {
435 height: 30px; 437 height: 30px;
436 width: 250px; 438 width: 250px;
437 float: right; 439 float: right;
438 } 440 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698