summaryrefslogtreecommitdiff
path: root/browser/themes/linux
diff options
context:
space:
mode:
authorsquarefractal <squarefractal@gmail.com>2015-11-01 16:09:40 +0530
committersquarefractal <squarefractal@gmail.com>2015-11-01 16:09:40 +0530
commit20e4d63f3ca16a45d4b48509e2eda4f5b7004b21 (patch)
treea6c4ea25b422cfc03c732874180aa929da9f5f83 /browser/themes/linux
parent9e4a0205404e1baef13737ca8a993406c0ccc5ff (diff)
downloadpalemoon-gre-20e4d63f3ca16a45d4b48509e2eda4f5b7004b21.tar.gz
Prevent large images from overflowing in the feed subscription UI.
Diffstat (limited to 'browser/themes/linux')
-rw-r--r--browser/themes/linux/feeds/subscribe.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/browser/themes/linux/feeds/subscribe.css b/browser/themes/linux/feeds/subscribe.css
index 8d1275df5..dd1e24eef 100644
--- a/browser/themes/linux/feeds/subscribe.css
+++ b/browser/themes/linux/feeds/subscribe.css
@@ -66,6 +66,10 @@ html {
padding-top: 0.2em;
}
+img {
+ max-width: 100%;
+}
+
/* Don't print subscription UI */
@media print {
#feedHeaderContainer {