From 373ccdebf27a2980363da6305267b6d9da2200ed Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 1 Apr 2012 13:42:28 +0200 Subject: [PATCH] Add style for the note marker. Fix #257 --- pelican/themes/notmyidea/static/css/main.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pelican/themes/notmyidea/static/css/main.css b/pelican/themes/notmyidea/static/css/main.css index 28c98b99..92905076 100644 --- a/pelican/themes/notmyidea/static/css/main.css +++ b/pelican/themes/notmyidea/static/css/main.css @@ -111,6 +111,13 @@ cite {} q {} +div.note { + float: right; + margin: 5px; + font-size: 85%; + max-width: 300px; +} + /* Tables */ table {margin: .5em auto 1.5em auto; width: 98%;}