author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Thu, 01 Dec 2011 12:09:03 +0200 (2011-12-01) | |
changeset 1118 | 148d4e3855e2 |
parent 1117 | 989b5f7173f7 |
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>