Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10103)

Unified Diff: chrome/common/extensions/docs/server2/templates/private/sidenav.html

Issue 10823144: Extension docs server: tweak CSS to make it look much more like the current (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: licenses Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/templates/private/sidenav.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/sidenav.html b/chrome/common/extensions/docs/server2/templates/private/sidenav.html
index fa42e4a127518a9cc3a55b9b97841790cd1687a8..68f9ca8888f6e734ca5566a5c7bb0025885c4141 100644
--- a/chrome/common/extensions/docs/server2/templates/private/sidenav.html
+++ b/chrome/common/extensions/docs/server2/templates/private/sidenav.html
@@ -1,9 +1,9 @@
<div class="g-unit g-first" id="gc-toc">
<ul>
- <div>
+ <li>
<input type="search" id="api_search" results placeholder="Search APIs">
<div id="filtered_apis"></div>
- </div>
+ </li>
<li><h2>Starting</h2>
<ul>
<li><a href="getstarted.html">Getting Started</a></li>
@@ -57,7 +57,6 @@
</li>
</ul>
</li>
- <li><h2><a href="apps.html">Packaged Apps</a></h2></li>
<li><h2><a href="tutorials.html">Tutorials</a></h2>
<ul>
<li><a href="tut_debugging.html">Debugging</a></li>
@@ -78,7 +77,6 @@
<li><a href="api_other.html">Other APIs</a></li>
</ul>
</li>
- <li><h2><a href="samples.html">Samples</a></h2></li>
<li><h2>More</h2>
<ul>
<li><a href="http://code.google.com/chrome/webstore/docs/index.html">Chrome Web Store</a></li>

Powered by Google App Engine
This is Rietveld 408576698