[planet-web] constrain VIDEO elements just like we do IMGs



commit 2667b36af169d77b38ff2f98d7feb877511df8f3
Author: Jeff Waugh <jdub bethesignal org>
Date:   Tue Jul 7 09:42:28 2009 +1000

    constrain VIDEO elements just like we do IMGs

 web/planet.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/web/planet.css b/web/planet.css
index 0dda776..8ba454a 100644
--- a/web/planet.css
+++ b/web/planet.css
@@ -97,7 +97,8 @@ b.bo { bottom: 0px; left: 0px; background-position: bottom left; }
 	font-weight: bold;
 }
 
-.post-contents img {
+.post-contents img,
+.post-contents video {
 	width: auto;
 	max-width: 100%;
 	height: auto;



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