changeset 104:82d920157dc9

fixes gallery CSS to avoid video items to disturb the grid
author souliane <souliane@mailoo.org>
date Sat, 17 Oct 2015 12:18:44 +0200
parents 2f9417f5e9c4
children 7fe36f064486
files static/css/sat_website.css
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/static/css/sat_website.css	Sat Oct 17 12:17:22 2015 +0200
+++ b/static/css/sat_website.css	Sat Oct 17 12:18:44 2015 +0200
@@ -178,7 +178,8 @@
     cursor: pointer;
     height: 200px;
     width: auto;
-    display: table-cell;
+    margin-left: auto;
+    margin-right: auto;
 }
 
 #my-modal .modal-dialog {