summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-08-30 13:42:16 +0200
committerJules Laplace <jules@okfoc.us>2016-08-30 13:42:16 +0200
commita28c7299d75b592a1f47221719304fefaa2a39a7 (patch)
tree2e283e8d61d01117cdd220010759bdf9b7dde335 /StoneIsland/www/css
parent85183bf6eb549cd0833bd1cc764f34c1feae0c22 (diff)
fix hub, fix product view
Diffstat (limited to 'StoneIsland/www/css')
-rwxr-xr-xStoneIsland/www/css/products.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css
index 52fe05ee..96a6afd4 100755
--- a/StoneIsland/www/css/products.css
+++ b/StoneIsland/www/css/products.css
@@ -58,6 +58,14 @@
background-repeat: no-repeat;
}
+.gallery .item iframe {
+ width: 100%;
+ height: 100%;
+ border: 0;
+ padding: 0;
+ margin: 0;
+}
+
.search #search { display: block }
#search {
display: none;