diff options
Diffstat (limited to 'site/contrib')
-rw-r--r-- | site/contrib/index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/site/contrib/index.php b/site/contrib/index.php index da075e2..1123a5d 100644 --- a/site/contrib/index.php +++ b/site/contrib/index.php @@ -24,9 +24,7 @@ <!DOCTYPE html> <html> <head> - <style type="text/css"> - <?php echo miniCss(file_get_contents("../common/css/main.css")); ?> - </style> + <link rel="stylesheet" type="text/css" href="../common/css/main.css" /> <title><?php echo gettext("Libreboot project maintainers"); ?></title> </head> |