[planet-web] [pgo] Modified planet.css to fix large image breakage - bgo: 671596



commit b44f11a8cde6991fb7c6b61e64601ee265a0a76c
Author: Frederic Muller <fredm src gnome org>
Date:   Wed Dec 11 21:18:55 2013 +0800

    [pgo] Modified planet.css to fix large image breakage - bgo: 671596

 web/planet.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/web/planet.css b/web/planet.css
index 6ee8473..8060013 100644
--- a/web/planet.css
+++ b/web/planet.css
@@ -99,7 +99,7 @@ b.bo { bottom: 0px; left: 0px; background-position: bottom left; }
 .post-contents img,
 .post-contents video {
        width: auto;
-       max-width: 100%;
+       max-width: 650px;
        height: auto;
 }
 


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