Changed <body> font from 'sans' to 'sans-serif'
authorJoar Wandborg <git@wandborg.com>
Sat, 28 May 2011 21:54:15 +0000 (23:54 +0200)
committerJoar Wandborg <git@wandborg.com>
Sat, 28 May 2011 21:54:15 +0000 (23:54 +0200)
mediagoblin/static/css/base.css

index 672cc04c8f508a311fa7bd54832043d57e9a1f8f..c62086fa7e50bec5fe3c5606dcd7b5535c31ef43 100644 (file)
@@ -1,7 +1,7 @@
 body {
   background-color: #272727;
   color: #f7f7f7;
-  font-family: sans;
+  font-family: sans-serif;
   padding:none;
   margin:0px;
 }