[library-web] skin: limit images to a width of 900px (GNOME bug 662450)
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web] skin: limit images to a width of 900px (GNOME bug 662450)
- Date: Sun, 12 Aug 2012 15:18:56 +0000 (UTC)
commit d2fb6290370021ebfa91be8708dd3d15beba840a
Author: FrÃdÃric PÃters <fpeters 0d be>
Date: Sun Aug 12 16:56:19 2012 +0200
skin: limit images to a width of 900px (GNOME bug 662450)
data/skin/mallard.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/skin/mallard.css b/data/skin/mallard.css
index b2a2cda..1fc0111 100644
--- a/data/skin/mallard.css
+++ b/data/skin/mallard.css
@@ -33,3 +33,7 @@ div.linkdiv {
div.table table.table td {
padding-right: 1em;
}
+
+div.media div.inner img {
+ max-width: 900px;
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]