summaryrefslogtreecommitdiffstats
path: root/site/github
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-27 06:32:52 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-27 06:32:52 (EDT)
commit73d70183d8dc273d38343310c75136f010412bfc (patch)
tree6614d31337522bdbf62cd8d4b129a12062dc5fb3 /site/github
parent9c575aba4d6f2f0973693003cc14878d6eea308d (diff)
downloadlibreboot.org-73d70183d8dc273d38343310c75136f010412bfc.zip
libreboot.org-73d70183d8dc273d38343310c75136f010412bfc.tar.gz
libreboot.org-73d70183d8dc273d38343310c75136f010412bfc.tar.bz2
css: really optimize it
Diffstat (limited to 'site/github')
-rw-r--r--site/github/index.php14
1 files changed, 5 insertions, 9 deletions
diff --git a/site/github/index.php b/site/github/index.php
index e3fddb3..55aaea6 100644
--- a/site/github/index.php
+++ b/site/github/index.php
@@ -34,9 +34,9 @@
<body>
- <div class="contain">
+ <div class="c">
- <div id="libreboot" class="section intro">
+ <div id="libreboot" class="s">
<h1><?php echo gettext("Please do not use GitHub!"); ?></h1>
@@ -54,7 +54,7 @@
</div>
- <div class="section">
+ <div class="s">
<h2><?php echo gettext("What's wrong with GitHub?"); ?></h2>
<ul>
<li>
@@ -102,7 +102,7 @@
include_once "../common/snippets/where-share.php";
?>
- <div class="section">
+ <div class="s">
<p>
[<a href="http://tom.preston-werner.com/2011/11/22/open-source-everything.html">1</a>]
@@ -121,7 +121,7 @@
</div>
- <div class="section">
+ <div class="s">
<p>
<?php echo gettext("This text on this page was adapted from <a href=\"http://librecmc.org/librecmc/wiki?name=github\">http://librecmc.org/librecmc/wiki?name=github</a>, licensed under <a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">CC BY-SA 4.0</a> like the original."); ?>
@@ -129,13 +129,9 @@
</div>
- <div class="section footer">
-
<?php
include "../footer.php";
?>
-
- </div>
</div>