html.rst
changeset 1118 148d4e3855e2
parent 1047 1c0dffa7aafd
child 1119 fd5d841f7273
--- a/html.rst	Tue Nov 29 17:49:04 2011 +0200
+++ b/html.rst	Thu Dec 01 12:09:03 2011 +0200
@@ -21,7 +21,7 @@
 
 To center blog-level element::
 
-  <div style="margin-left: auto; margin-right: auto;">
+  <div style="margin-left: auto; margin-right: auto; position: relative; width: 700px;">
     <div>SOME</div>
   </div>