[web-devel-2] moving things around more



commit 955bee71032babad70863cf8981cf2c9b0cce691
Author: Andreas Nilsson <nisses mail home se>
Date:   Sun Dec 5 02:08:56 2010 +0100

    moving things around more

 new/index.html      |   24 ------------------------
 new/style/tango.css |    2 --
 2 files changed, 0 insertions(+), 26 deletions(-)
---
diff --git a/new/index.html b/new/index.html
index f5c2127..5f8a6db 100755
--- a/new/index.html
+++ b/new/index.html
@@ -83,36 +83,12 @@ $('#s').autocomplete('http://nezt.local/symbols/lookup/',
     
 
     </div>
-	<div class="blocky">
-	  <h2>API Documentation</h2>
-	  <p><form role="search" method="get" id="searchform" action="/symbols/"><div>
-<label class="hidden" for="q">Search:
-                        </label><input type="text" value="" name="q" id="s" placeholder="Search"/>
-</div></form>
-<script type="text/javascript">
-$('#s').autocomplete('http://nezt.local/symbols/lookup/',
-        { minChars:3, matchSubset:1, matchContains:1, cacheLength:10,
-          selectOnly:1, rowsLimit:25 });
-              </script>
-</p>
-	  <ul>
-	  	<li><a href="http://library.gnome.org/devel/gtk/stable/";>GTK+</a></li>
-	  	<li><a href="http://library.gnome.org/devel/clutter/stable/";>Clutter</a></li>
-	  	<li><a href="http://www.gstreamer.net/documentation/";>GStreamer</a></li>
-	  	<li><a href="http://library.gnome.org/devel/";>More...</a></li>
-	  </ul>
-	</div>
 	
 </div>
 
 <div class="row">
 
 	<div class="blocky">
-	  <h2>Platform Overview</h2>
-      <img src="images/platform.png" width="100%" />
-    </div>
-
-	<div class="blocky">
 	  <h2>Why GNOME?</h2>
 	  <p>GNOME is a powerful open platform for developing desktop and mobile applications.</p>
 	  <div id="wrap">
diff --git a/new/style/tango.css b/new/style/tango.css
index 1777417..c1abfc1 100644
--- a/new/style/tango.css
+++ b/new/style/tango.css
@@ -1,7 +1,5 @@
 .jcarousel-skin-tango .jcarousel-container {
-    -moz-border-radius: 10px;
     background: #F0F6F9;
-    border: 1px solid #346F97;
 }
 
 .jcarousel-skin-tango .jcarousel-direction-rtl {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]