Index: components/dom_distiller/core/css/distilledpage_ios.css |
diff --git a/components/dom_distiller/core/css/distilledpage_ios.css b/components/dom_distiller/core/css/distilledpage_ios.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7bf3128ee3bc35e1dd6f3b7543c9bd976d7b3331 |
--- /dev/null |
+++ b/components/dom_distiller/core/css/distilledpage_ios.css |
@@ -0,0 +1,19 @@ |
+/* Copyright 2015 The Chromium Authors. All rights reserved. |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. */ |
+ |
+/* The following are iOS specific rules for rendering on WebKit instead of |
+ * Blink. */ |
+ |
+#mainContent { |
+ -webkit-flex: 1 1 auto; |
+} |
+ |
+#closeReaderView { |
+ -webkit-flex: 0 0 auto; |
+} |
+ |
+#contentWrap { |
+ -webkit-flex-flow: column; |
+ display: -webkit-flex; |
+} |