summaryrefslogtreecommitdiffstats
path: root/site/donate
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-12 21:35:26 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-12 21:35:26 (EST)
commit4420e95970e33a1f015e57943a2e76ee8fdd17ff (patch)
tree0802495f058e918491dad8253abf80aed98e0866 /site/donate
parent141f849d47bf31ffdd3eabfc1bf0568933168a6c (diff)
downloadlibreboot.org-4420e95970e33a1f015e57943a2e76ee8fdd17ff.zip
libreboot.org-4420e95970e33a1f015e57943a2e76ee8fdd17ff.tar.gz
libreboot.org-4420e95970e33a1f015e57943a2e76ee8fdd17ff.tar.bz2
link to css on pages, don't embed inline (for browser caching)
Diffstat (limited to 'site/donate')
-rw-r--r--site/donate/index.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/site/donate/index.php b/site/donate/index.php
index a9ca159..6b6bfe7 100644
--- a/site/donate/index.php
+++ b/site/donate/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("Donating to libreboot"); ?></title>
</head>