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

Side by Side Diff: src/site/css/style.css

Issue 10387230: add hangouts (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: tweaks from review Created 8 years, 7 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
OLDNEW
1 1
2 /* ==== Scroll down to find where to put your styles :) ==== */ 2 /* ==== Scroll down to find where to put your styles :) ==== */
3 3
4 /* HTML5 ✰ Boilerplate */ 4 /* HTML5 ✰ Boilerplate */
5 5
6 html, body, div, span, object, iframe, 6 html, body, div, span, object, iframe,
7 h1, h2, h3, h4, h5, h6, p, blockquote, pre, 7 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8 abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, 8 abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
9 small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, 9 small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
10 fieldset, form, label, legend, 10 fieldset, form, label, legend,
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 .comment, authornote { 138 .comment, authornote {
139 color:red; 139 color:red;
140 /* display:none; */ 140 /* display:none; */
141 } 141 }
142 142
143 b, strong { font-weight: bold; } 143 b, strong { font-weight: bold; }
144 i, em { font-style: italic; } 144 i, em { font-style: italic; }
145 145
146 article dl dd { 146 article dl dd {
147 margin-left: 1em; 147 margin-left: 1em;
148 font-weight: 400;
149 } 148 }
150 149
151 article dl dt { 150 article dl dt {
152 font-weight: 800;
153 margin-top: 0.5em; 151 margin-top: 0.5em;
154 margin-bottom: 0em; 152 margin-bottom: 0em;
155 } 153 }
156 154
157 html { 155 html {
158 height: 100%; 156 height: 100%;
159 } 157 }
160 158
161 body { 159 body {
162 font-size: 15px; 160 font-size: 15px;
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 margin-bottom: 10px; 320 margin-bottom: 10px;
323 font-weight: 400; 321 font-weight: 400;
324 } 322 }
325 323
326 article ol, article ul { 324 article ol, article ul {
327 margin-bottom: 10px; 325 margin-bottom: 10px;
328 } 326 }
329 327
330 article dt { 328 article dt {
331 margin-bottom: 5px; 329 margin-bottom: 5px;
332 font-weight: 800;
333 } 330 }
334 331
335 article dd { 332 article dd {
336 margin-bottom: 10px; 333 margin-bottom: 10px;
337 } 334 }
338 335
339 aside.note, aside.new { 336 aside.note, aside.new {
340 background-color: #FFFACD; 337 background-color: #FFFACD;
341 border-radius: 5px; 338 border-radius: 5px;
342 padding: 10px; 339 padding: 10px;
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 a[href]:after { content: " (" attr(href) ")"; } 587 a[href]:after { content: " (" attr(href) ")"; }
591 abbr[title]:after { content: " (" attr(title) ")"; } 588 abbr[title]:after { content: " (" attr(title) ")"; }
592 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 589 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
593 pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } 590 pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
594 thead { display: table-header-group; } 591 thead { display: table-header-group; }
595 tr, img { page-break-inside: avoid; } 592 tr, img { page-break-inside: avoid; }
596 @page { margin: 0.5cm; } 593 @page { margin: 0.5cm; }
597 p, h2, h3 { orphans: 3; widows: 3; } 594 p, h2, h3 { orphans: 3; widows: 3; }
598 h2, h3{ page-break-after: avoid; } 595 h2, h3{ page-break-after: avoid; }
599 } 596 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698