1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Use the default sans-serif font

This commit is contained in:
Guillaume Ayoub 2011-10-19 19:50:45 +02:00
parent 40437f9a6e
commit f03d53d3ac

View file

@ -6,7 +6,7 @@
html {
background: url(img/top.jpg)repeat-x 0 82px,
url(img/back.jpg);
font-family: Arial, Helvetica, sans-serif;
font-family: sans-serif;
min-height: 100%;
width: 100%;
}