From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Wed, 23 Aug 2006 06:17:12 +0000 (+0000)
Subject: some fixes for note layout
X-Git-Tag: 1.22~87
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b395dbb446142f273bd3c931b4a27fb83c44c1e4;p=ikiwiki.git

some fixes for note layout
---

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 @@
-<span class="infobox">
+<span class="notebox">
 <TMPL_VAR text>
 </span>