Solved 2 coding errors on css font-family in default-layout.css

Default font is "Bitstream Vera Sans" which would not be a problem for Linux platforms
if you can check that on other platforms (not only one).

git-svn-id: http://piwigo.org/svn/trunk@1764 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2007-01-29 06:39:27 +00:00
parent 7ee3f5579a
commit e68673166b
+1 -1
View File
@@ -4,7 +4,7 @@ BODY {
margin: 5px;
padding: 0;
font-size: 0.8em;
font-family: Bitsream Vera Sans, Helvetica, Arial, sans-serif;
font-family: "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
text-align: center; /* be nice to IE5 */
}