Added the sans-serif font family as default font.

This commit is contained in:
Loic d'Anterroches 2009-01-02 22:53:46 +01:00
parent a24b1f798d
commit 1cf84c3829

View File

@ -19,6 +19,10 @@
# #
# ***** END LICENSE BLOCK ***** */ # ***** END LICENSE BLOCK ***** */
body {
font-family: sans-serif;
}
.top { .top {
margin-top: 0; margin-top: 0;
} }