diff options
Diffstat (limited to 'site/gitorious')
-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> |