summaryrefslogtreecommitdiff
path: root/basewiki
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 /basewiki
parent7c66edacd864bdb1a7c657b6131f53666fc0675b (diff)
some fixes for note layout
Diffstat (limited to 'basewiki')
-rw-r--r--basewiki/style.css10
1 files changed, 10 insertions, 0 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;