Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / components / dom_distiller / core / css / distilledpage_ios.css
blob7bf3128ee3bc35e1dd6f3b7543c9bd976d7b3331
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 /* The following are iOS specific rules for rendering on WebKit instead of
6 * Blink. */
8 #mainContent {
9 -webkit-flex: 1 1 auto;
12 #closeReaderView {
13 -webkit-flex: 0 0 auto;
16 #contentWrap {
17 -webkit-flex-flow: column;
18 display: -webkit-flex;