smaller font-size and, as requested, fonts more like 1.4

git-svn-id: http://piwigo.org/svn/trunk@899 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
chrisaga 2005-10-18 20:04:53 +00:00
parent a7ad21d942
commit 1e1bfdf0a5
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2005-10-18 chrisaga
* display : smaller font-size and, as requested, fonts more like 1.4
2005-10-18 chrisaga
* display : in group_list.tpl - wrong form class, mixed html tags, ...

View file

@ -11,8 +11,8 @@
BODY {
margin: 5px;
padding: 0;
font-size: 12px;
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
font-size: 0.8em;
font-family: Bitsream Vera Sans, Helvetica, Arial, sans-serif;
text-align: center; /* be nice to IE5 */
}