hgbook

changeset 897:e917517d1ef9

White background not needed for body if content is wrapped into .chapter.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 12:43:43 2009 +0100 (2009-10-26)
parents fefa45ccffc0
children 56eed78c4395
files web/styles/styles.css
line diff
     1.1 --- a/web/styles/styles.css	Mon Oct 26 12:26:18 2009 +0100
     1.2 +++ b/web/styles/styles.css	Mon Oct 26 12:43:43 2009 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  body {
     1.5 -  background: white;
     1.6 +  background: #F2F1F0;
     1.7    font-family: verdana,sans-serif;
     1.8  }
     1.9