diff options
-rw-r--r-- | basewiki/style.css | 10 | ||||
-rw-r--r-- | doc/templates/note.mdwn | 2 |
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> |