# HG changeset patch # User dukebody # Date 1256557423 -3600 # Node ID e917517d1ef983628df964f6573cd9c8b3993ea2 # Parent fefa45ccffc0f7baaed78fe85de60048f185bba9 White background not needed for body if content is wrapped into .chapter. diff -r fefa45ccffc0 -r e917517d1ef9 web/styles/styles.css --- a/web/styles/styles.css Mon Oct 26 12:26:18 2009 +0100 +++ b/web/styles/styles.css Mon Oct 26 12:43:43 2009 +0100 @@ -1,5 +1,5 @@ body { - background: white; + background: #F2F1F0; font-family: verdana,sans-serif; }