www: cb091bad: Remove unused stuff.

markdoliner at pidgin.im markdoliner at pidgin.im
Sat Mar 10 01:30:48 EST 2012


----------------------------------------------------------------------
Revision: cb091badf222e500d29e34a57e754bea2b8882fe
Parent:   704cda9280e2ba9885acb8571d9468cd32e96b78
Author:   markdoliner at pidgin.im
Date:     03/10/12 01:25:27
Branch:   im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/cb091badf222e500d29e34a57e754bea2b8882fe

Changelog: 

Remove unused stuff.

Changes against parent 704cda9280e2ba9885acb8571d9468cd32e96b78

  patched  htdocs/index.php
  patched  htdocs/shared/css/main.css

-------------- next part --------------
============================================================
--- htdocs/index.php	b474a5c171f065b733b90b884a41d1a378c2fe0c
+++ htdocs/index.php	addfb354d045e682945f381fa5daf9bbbf32763e
@@ -22,8 +22,7 @@ include($_SERVER['DOCUMENT_ROOT'] . "/..
 ?>
 
 <p class="linkbar">
-  <a href="http://developer.pidgin.im/wiki/ChangeLog">ChangeLog</a><!-- |
-  <a href="http://developer.pidgin.im/wiki/FAQ" title="Frequently Asked Questions">FAQ</a> -->
+  <a href="http://developer.pidgin.im/wiki/ChangeLog">ChangeLog</a>
 </p>
 
 </div>
@@ -69,26 +68,11 @@ include($_SERVER['DOCUMENT_ROOT'] . "/..
 </div>
 </div>
 
-<!-- This will pull from somewhere else at some point -->
 <p class="more" id="lowblurb">
 <!-- Put little news blurbs here! -->
 Pidgin 2.10.1 contains a few security updates.  Please upgrade!
 </p>
 
-<?php /* Avoid outputting this stuff yet.
-<!-- These are not ready to go yet -->
- <div class="box_full">
-
-<div id="newsbrief">
-Test
 </div>
 
-<div id="blogbrief">
-Test
-</div>
-
-</div> */ ?>
-
-</div>
-
 <?php include($_SERVER['DOCUMENT_ROOT'] . "/../inc/footer.inc"); ?>
============================================================
--- htdocs/shared/css/main.css	c4d7c38dbe272c00db73f4fd38e2fe2fac59f270
+++ htdocs/shared/css/main.css	58f5ab02995a8c4ba433e20b1bc7d72a19f6ded7
@@ -83,7 +83,7 @@ a:hover, a:active {
   overflow: hidden;
 }
 
-#left, #main, .box_nav ul, #newsbrief, #blogbrief {
+#left, #main, .box_nav ul {
   background-color: #FFF;
   border: 1px #DADADA;
   border-style: none solid;
@@ -340,7 +340,7 @@ DIV.linkbar {
   padding-top: 8px;
 }
 
-#main, #blogbrief, #newsbrief {
+#main {
   padding: 22px 13px 13px;
 }
 
@@ -399,16 +399,6 @@ h3 {
   color: #444;
 }
 
-#newsbrief {
-  width: 343px;
-  float: left;
-  margin-right: 25px; 
-}
-
-#blogbrief {
-  border-left: none;
-}
-
 #left .linkbar {
   position: relative;
   top: -6px;


More information about the Commits mailing list