[gimp-web/testing] Quick fix for respsonsive <video> elements
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/testing] Quick fix for respsonsive <video> elements
- Date: Sat, 28 Nov 2015 00:49:36 +0000 (UTC)
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]