[library-web] skin: makes sure images on HowDoI pages are kept in page width



commit f765eecf040738def5fea2880705a4cf99c6506d
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Aug 12 13:48:03 2014 +0200

    skin: makes sure images on HowDoI pages are kept in page width

 data/skin/lgo2010.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/skin/lgo2010.css b/data/skin/lgo2010.css
index cf2d4e9..384f93e 100644
--- a/data/skin/lgo2010.css
+++ b/data/skin/lgo2010.css
@@ -510,3 +510,8 @@ div#frontpage-indexes > div input {
 p.doc-feedback {
        margin-top: 2em;
 }
+
+/* images from wiki.gnome.org pages */
+img.attachment {
+       max-width: 100%;
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]