summaryrefslogtreecommitdiffstats
path: root/site/download
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-27 17:25:21 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-27 17:25:21 (EDT)
commit56558616fbdf5ec407230e887a68a4124ea67f15 (patch)
tree049ed845e6da2e0a2562902ec07cd1a4118f132f /site/download
parent1496231cbd202f66f040aaec42bd30424d3f018a (diff)
downloadlibreboot.org-56558616fbdf5ec407230e887a68a4124ea67f15.zip
libreboot.org-56558616fbdf5ec407230e887a68a4124ea67f15.tar.gz
libreboot.org-56558616fbdf5ec407230e887a68a4124ea67f15.tar.bz2
remove viewport from all pages (not needed. we don't care)
Diffstat (limited to 'site/download')
-rw-r--r--site/download/index.php10
1 files changed, 3 insertions, 7 deletions
diff --git a/site/download/index.php b/site/download/index.php
index 6b413ce..c4c3f4d 100644
--- a/site/download/index.php
+++ b/site/download/index.php
@@ -24,14 +24,10 @@
<!DOCTYPE html>
<html>
<head>
- <meta name="viewport" content="width=device-width, initial-scale=1">
-
-<style type="text/css">
-<?php echo miniCss(file_get_contents("../css/main.css")); ?>
-</style>
-
+ <style type="text/css">
+ <?php echo miniCss(file_get_contents("../css/main.css")); ?>
+ </style>
<title><?php echo gettext("Download libreboot"); ?></title>
-
</head>
<body>