# HG changeset patch # User Oleksandr Gavenko # Date 1439545001 -10800 # Node ID 1cc50552c3eeac07fbf4aae77f8b8e4db965eb36 # Parent 59fafd2a9101549eb37a49f7b535e60f01074491 Fix text width. Center text. diff -r 59fafd2a9101 -r 1cc50552c3ee 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; }