From 0ac459d0767ffff58aa05b656ac9e0949ef32432 Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 6 Apr 2014 21:19:32 +0200 Subject: [PATCH] containerchan styles --- stylesheets/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 51a679e8..cca74127 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -570,3 +570,21 @@ form.ban-appeal textarea { display: inline-block; vertical-align: middle; } + +/* Containerchan */ + video.post-image { + display: block; + float: left; + margin: 10px 20px; + border: none; + } + div.post video.post-image { + padding: 0px; + margin: 10px 25px 5px 5px; + } + span.settings { + position: fixed; + top: 1em; + right: 1em; + } +