tyyli.css: remove useless quotes

This commit is contained in:
Mikaela Suomalainen 2012-09-20 17:49:27 +03:00
parent fdf08cb523
commit 9d5d5eda3e

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 }