]> sipb.mit.edu Git - ikiwiki.git/commitdiff
some fixes for note layout
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 23 Aug 2006 06:17:12 +0000 (06:17 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 23 Aug 2006 06:17:12 +0000 (06:17 +0000)
basewiki/style.css
doc/templates/note.mdwn

index abedf58055e7258393aed3a87bf4f1e2120eb7d5..7e35a06e3627fadb3dc62a66e6999897083d5fd2 100644 (file)
@@ -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;
index eaa8424de4e0e7ee765f751f278c18a8175e0eee..2cbc230b3b44f86f899dbda2d9cca1797d11fb47 100644 (file)
@@ -1,3 +1,3 @@
-<span class="infobox">
+<span class="notebox">
 <TMPL_VAR text>
 </span>