Changed <body> font from 'sans' to 'sans-serif'

This commit is contained in:
Joar Wandborg 2011-05-28 23:54:15 +02:00
parent a78c8af8a6
commit 00cc5cb745

View File

@ -1,7 +1,7 @@
body {
background-color: #272727;
color: #f7f7f7;
font-family: sans;
font-family: sans-serif;
padding:none;
margin:0px;
}