Changeset 921

Show
Ignore:
Timestamp:
12/22/06 10:26:54 (2 years ago)
Author:
earle
Message:

Add background color to body as reported at <http://lists.openguides.org/mail/openguides-dev/2006-December/001461.html>.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • website/openguides.css

    r879 r921  
    33  margin: 20px; 
    44  padding-right: 10%; 
     5  background: #fff; 
    56} 
    67 
    78body, div, p, th, td 
    89{ 
    9   font-family: Arial, sans-serif;  font-size: 12px; 
     10  font-family: Arial, sans-serif; 
     11  font-size: 12px; 
    1012} 
    1113