tyyli.css: Fix W3C CSS Validator warning.

This commit is contained in:
Mikaela Suomalainen 2012-09-20 17:31:01 +03:00
parent a96dea0ed7
commit b99877423f

View File

@ -1,7 +1,7 @@
body { body {
color: black; color: black;
background-color: silver; background-color: silver;
font-family: DejaVu Sans, Ubuntu, Arial, Arial, Helvetica, sans-serif; font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, "sans-serif";
} }
a:link { color: blue } a:link { color: blue }