diff options
Diffstat (limited to 'site/suppliers')
-rw-r--r-- | site/suppliers/index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/site/suppliers/index.php b/site/suppliers/index.php index eaf72ad..152b19e 100644 --- a/site/suppliers/index.php +++ b/site/suppliers/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("Laptops and servers with libreboot and GNU/Linux preinstalled"); ?></title> </head> |