[library-web] skin: limit images to a width of 900px (GNOME bug 662450)



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]