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

This commit is contained in:
Joar Wandborg 2011-05-28 23:56:29 +02:00
parent 00cc5cb745
commit df901af738

View File

@ -24,7 +24,7 @@ h1 {
}
p {
font-family: sans;
font-family: sans-serif;
font-size:16px;
}