1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00

prefer sans-serif by default

This commit is contained in:
Andrew Dolgov 2005-08-22 10:38:46 +01:00
parent e67e268ee2
commit 71500c400c

View File

@ -3,6 +3,7 @@ body {
color : black; color : black;
margin : 0px; margin : 0px;
padding : 0px; padding : 0px;
font-family : sans-serif;
} }
h1 { h1 {