diff options
Diffstat (limited to 'site/faq/index.php')
-rw-r--r-- | site/faq/index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/site/faq/index.php b/site/faq/index.php index ea63a34..0f60f9e 100644 --- a/site/faq/index.php +++ b/site/faq/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>Answers to Frequently Asked Questions about libreboot</title> </head> |