diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-27 10:35:50 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-27 10:35:50 (EDT) |
commit | 9028420e4e48fa9d750a1dd43ab6bfe4cdf2ad47 (patch) | |
tree | d991f1caf979e565d82ef256903f44e41a51bcbd /site/download | |
parent | 1c196e2f5730b0fdd77f66742cf03f88dc04690a (diff) | |
download | libreboot.org-9028420e4e48fa9d750a1dd43ab6bfe4cdf2ad47.zip libreboot.org-9028420e4e48fa9d750a1dd43ab6bfe4cdf2ad47.tar.gz libreboot.org-9028420e4e48fa9d750a1dd43ab6bfe4cdf2ad47.tar.bz2 |
inline css
Diffstat (limited to 'site/download')
-rw-r--r-- | site/download/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/download/index.php b/site/download/index.php index 0380fd5..3e50b40 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -27,7 +27,9 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" type="text/css" href="../css/main.css" /> +<style type="text/css"> +<?php include "../css/main.css"; ?> +</style> <title><?php echo gettext("Download libreboot"); ?></title> @@ -188,8 +190,6 @@ <?php echo gettext("You might not see a progress bar; it's still cloning, so just be patient."); ?> </p> <ul class="l"> - <li><b><a href="../github/"><?php echo gettext("Please do not use GitHub!"); ?></a></b></li> - <li><b><a href="../gitorious/"><?php echo gettext("Please do not use Gitorious/GitLab!"); ?></a></b></li> <li><a href="http://projects.mtjm.eu/projects/libreboot"><?php echo gettext("Bug tracker"); ?></a></li> </ul> |