# HG changeset patch # User Oleksandr Gavenko # Date 1311161854 -10800 # Node ID 29eccddc0c2256460babfe297e2f0633dc85ffdc # Parent 9ead7d97be340c0186e3501e36a1a13a7d22ea38 fix mistype diff -r 9ead7d97be34 -r 29eccddc0c22 rst.css --- a/rst.css Wed Jul 20 14:10:15 2011 +0300 +++ b/rst.css Wed Jul 20 14:37:34 2011 +0300 @@ -1,4 +1,4 @@ -body frameset { background-color: ivory; } +body, frameset { background-color: ivory; } body { padding: 0 10% 0 10%; } a { text-decoration:none; } a:link { color: brown; }