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

Side by Side Diff: components/dom_distiller/core/css/distilledpage.css

Issue 1109853002: Center distiller results on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | 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 /* Copyright 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 /* Set the global 'box-sizing' state to 'border-box'. 5 /* Set the global 'box-sizing' state to 'border-box'.
6 * *::after and *::before used to select pseudo-elements not selectable by *. */ 6 * *::after and *::before used to select pseudo-elements not selectable by *. */
7 7
8 *, 8 *,
9 *::after, 9 *::after,
10 *::before { 10 *::before {
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 } 155 }
156 156
157 #content { 157 #content {
158 margin: 0.2rem; 158 margin: 0.2rem;
159 } 159 }
160 160
161 /* Main margins. */ 161 /* Main margins. */
162 162
163 body { 163 body {
164 max-width: 800px; 164 max-width: 800px;
165 margin: 0px; 165 margin: 0px auto 0px auto;
166 } 166 }
167 167
168 #mainContent { 168 #mainContent {
169 margin: auto 0px; 169 margin: auto 0px;
170 } 170 }
171 171
172 #articleHeader { 172 #articleHeader {
173 background-color: rgb(73, 73, 73); 173 background-color: rgb(73, 73, 73);
174 color: white; 174 color: white;
175 min-height: 90px; 175 min-height: 90px;
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 border-color: rgb(250,36,36); 794 border-color: rgb(250,36,36);
795 } 795 }
796 796
797 #loader.red .circle.red .mask.first .mover { 797 #loader.red .circle.red .mask.first .mover {
798 background-color: rgb(33,89,189); 798 background-color: rgb(33,89,189);
799 } 799 }
800 800
801 #loader.red .circle.red .mask.second .mover { 801 #loader.red .circle.red .mask.second .mover {
802 background-color: rgb(250,36,36); 802 background-color: rgb(250,36,36);
803 } 803 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698