aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-23 06:17:12 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-23 06:17:12 +0000
commitb395dbb446142f273bd3c931b4a27fb83c44c1e4 (patch)
treefb4a097da7fd4a211695be0ccf1916efc627595b
parent7c66edacd864bdb1a7c657b6131f53666fc0675b (diff)
downloadikiwiki-b395dbb446142f273bd3c931b4a27fb83c44c1e4.tar
ikiwiki-b395dbb446142f273bd3c931b4a27fb83c44c1e4.tar.gz
some fixes for note layout
-rw-r--r--basewiki/style.css10
-rw-r--r--doc/templates/note.mdwn2
2 files changed, 11 insertions, 1 deletions
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>