From 8a9a84c1db49708f7e099d83778d4042a43a1d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Nettingsmeier?= Date: Sun, 2 Feb 2014 20:14:48 +0100 Subject: [PATCH] add custom styling for floating images and notabene box --- source/css/app.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/source/css/app.css b/source/css/app.css index dc841128..ad851c63 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -271,6 +271,32 @@ white-space:nowrap; } +#content img { + margin: 1em 0 1em 0; + +} +#content td { + padding: 0 1em 0 1em; +} + +#content .small { + width:150px; +} + +#content .right { + margin: 0 0 1em 1em; + float:right; +} + +#content .left { + margin-left:0 1em 1em 0; + float:left; +} + +#content .well.notabene { + border-color: #990000; + background-color: #ffeeee; +} .mod1:before { content: "Ctrl-";