aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/error-pages.css
diff options
context:
space:
mode:
authorHorst31802016-09-25 13:48:09 +0200
committerHorst31802016-09-25 13:48:09 +0200
commit1d6fd7158566981aef6b8eef84bf110d23189500 (patch)
treefb23016c1069dc830cade3f359ef29d6a6005a1f /arc-firefox-theme/chrome/browser/error-pages.css
parent98a2f994a8626e1ca34305465fe668ff893f8b17 (diff)
downloadsolarc-firefox-theme-1d6fd7158566981aef6b8eef84bf110d23189500.tar.gz
solarc-firefox-theme-1d6fd7158566981aef6b8eef84bf110d23189500.tar.xz
solarc-firefox-theme-1d6fd7158566981aef6b8eef84bf110d23189500.zip
update to 50.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/browser/error-pages.css')
-rw-r--r--arc-firefox-theme/chrome/browser/error-pages.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/browser/error-pages.css b/arc-firefox-theme/chrome/browser/error-pages.css
index e66e531..0711be9 100644
--- a/arc-firefox-theme/chrome/browser/error-pages.css
+++ b/arc-firefox-theme/chrome/browser/error-pages.css
@@ -10,6 +10,11 @@ body {
/* Top padding for when the window height is small.
Bottom padding to keep everything centered. */
padding: 75px 0;
+ /* info-pages.css sets a minimum width of 13em to the content
+ * container. If we don't set a min-width here, the content
+ * gets clipped in iframes with small width. We don't accomodate
+ * any padding to prioritize real estate in the small viewport. */
+ min-width: 13em;
}
.button-container {