Fix text width. Center text.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 14 Aug 2015 12:36:41 +0300
changeset 299 1cc50552c3ee
parent 298 59fafd2a9101
child 300 6b04b083cb79
Fix text width. Center text.
rst.css
--- a/rst.css	Fri Aug 14 12:31:34 2015 +0300
+++ b/rst.css	Fri Aug 14 12:36:41 2015 +0300
@@ -1,5 +1,9 @@
 body, frameset { background-color: ivory; }
-body { padding: 0 10% 0 10%; }
+body {
+    padding: 0 10px 0 10px;
+    max-width: 800px;
+    margin: 0 auto 0 auto;
+}
 a { text-decoration:none; }
 a:link { color: brown; }
 a:visited { color: IndianRed; }