comparison style-rlg.css @ 71:fc8cbf20e04c

Set a default font.
author John "Elwin" Edwards <elwin@sdf.org>
date Thu, 21 Jun 2012 10:46:01 -0700
parents b6a3b26fe0dc
children 95bf956bce5a
comparison
equal deleted inserted replaced
70:d7eb63cd7a16 71:fc8cbf20e04c
1 html { 1 html {
2 background-color: #C0FFC0; 2 background-color: #C0FFC0;
3 color: #101040; 3 color: #101040;
4 font-family: sans-serif;
4 } 5 }
5 6
6 h1 { 7 h1 {
7 text-align: center; 8 text-align: center;
8 } 9 }