mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-09 14:55:25 +02:00
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:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user