[gimp-web/testing] Quick fix for respsonsive <video> elements



commit 3ca4bce49199e3adb43f3f4477de9308a22fc282
Author: Pat David <pat patdavid net>
Date:   Fri Nov 27 18:49:06 2015 -0600

    Quick fix for respsonsive <video> elements

 themes/newgimp/static/css/gimp.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 1575317..e57d13f 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -582,3 +582,9 @@ footer .nav-bottom a {
         display: none;
     }
 }
+
+video {
+    margin: 0.5rem auto;
+    display: block;
+    max-width: 100%;
+}


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