diff options
author | Francis 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) |
commit | 73d70183d8dc273d38343310c75136f010412bfc (patch) | |
tree | 6614d31337522bdbf62cd8d4b129a12062dc5fb3 /site/gitorious/index.php | |
parent | 9c575aba4d6f2f0973693003cc14878d6eea308d (diff) | |
download | libreboot.org-73d70183d8dc273d38343310c75136f010412bfc.zip libreboot.org-73d70183d8dc273d38343310c75136f010412bfc.tar.gz libreboot.org-73d70183d8dc273d38343310c75136f010412bfc.tar.bz2 |
css: really optimize it
Diffstat (limited to 'site/gitorious/index.php')
-rw-r--r-- | site/gitorious/index.php | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/site/gitorious/index.php b/site/gitorious/index.php index 86097c7..13bdbbe 100644 --- a/site/gitorious/index.php +++ b/site/gitorious/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 Gitorious or GitLab!"); ?></h1> @@ -54,7 +54,7 @@ </div> - <div class="section"> + <div class="s"> <h2><?php echo gettext("What's wrong with Gitorious?"); ?></h2> <ul> <li> @@ -99,13 +99,9 @@ include_once "../common/snippets/where-share.php"; ?> - <div class="section footer"> - <?php include "../footer.php"; ?> - - </div> </div> |