summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-12-06 09:31:43 +0000
committerRomain d'Alverny <rda@mageia.org>2011-12-06 09:31:43 +0000
commitc293deebf7dadb8f43a112be72010c75b657cba7 (patch)
tree666bb87ec744e694fa2682fa3496f4d23533f89f /index.php
parent11217e99c551f22f4b006ea2b8477b860ff51471 (diff)
downloadpkgsubmit-c293deebf7dadb8f43a112be72010c75b657cba7.tar
pkgsubmit-c293deebf7dadb8f43a112be72010c75b657cba7.tar.gz
pkgsubmit-c293deebf7dadb8f43a112be72010c75b657cba7.tar.bz2
pkgsubmit-c293deebf7dadb8f43a112be72010c75b657cba7.tar.xz
pkgsubmit-c293deebf7dadb8f43a112be72010c75b657cba7.zip
update font
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.php b/index.php
index b06913e..d8a6c79 100644
--- a/index.php
+++ b/index.php
@@ -250,10 +250,13 @@ header(sprintf('X-BS-Buildtime-Average: %5.2f', $buildtime_avg));
<meta name="robots" content="<?php echo $robots; ?>">
<link rel="icon" type="image/png" href="favicon.png" />
<style type="text/css">
+ body, table {
+ font-family: Verdana, "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Tahoma, Arial, sans-serif;
+ font-size: 80%;
+ }
.clear { clear: both; }
table {
border-spacing: 0;
- font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 80%;
border: 1px solid #ccc;
float: left;
}