From b395dbb446142f273bd3c931b4a27fb83c44c1e4 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 23 Aug 2006 06:17:12 +0000 Subject: [PATCH] some fixes for note layout --- basewiki/style.css | 10 ++++++++++ doc/templates/note.mdwn | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/basewiki/style.css b/basewiki/style.css index abedf5805..7e35a06e3 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -148,6 +148,16 @@ td.changelog { border: 1px solid #aaa; } +.notebox { + float: right; + margin-left: 2ex; + margin-top: 1ex; + margin-bottom: 1ex; + padding: 2ex 2ex; + border: 1px solid #aaa; + width: 25% +} + /* outlines */ li.L1 { list-style: upper-roman; diff --git a/doc/templates/note.mdwn b/doc/templates/note.mdwn index eaa8424de..2cbc230b3 100644 --- a/doc/templates/note.mdwn +++ b/doc/templates/note.mdwn @@ -1,3 +1,3 @@ - + -- 2.44.0