From 6091915a965bbad8f3a51eced533cc9df7b9ced3 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 27 Nov 2013 23:29:19 -0800 Subject: [PATCH] fix CSS --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d2fd35ab..4cb1b912 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ And add this to stylesheets/style.css: margin: 10px 20px; border: none; } + div.post video.post-image { + padding: 5px; + margin: 5px 20px 0 0; + } span.settings { position: fixed; top: 1em;