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

Unified Diff: chrome/common/extensions/docs/themes.html

Issue 9452019: experimental.downloads extension api docs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/themes.html
diff --git a/chrome/common/extensions/docs/themes.html b/chrome/common/extensions/docs/themes.html
index 9af5898bc4a53775ea30260207f494cd88b21fed..2a67e65d34b6fd4ec5fb722f57a5cef33034df05 100644
--- a/chrome/common/extensions/docs/themes.html
+++ b/chrome/common/extensions/docs/themes.html
@@ -96,7 +96,7 @@
</div> <!-- end gc-topnav -->
<div class="g-section g-tpl-170">
<!-- SIDENAV -->
- <div class="g-unit g-first" id="gc-toc">
+ <div class="g-unit g-first" id="gc-toc" style="">
cbentzel 2012/02/24 01:44:05 Do you know why the style attribute got added here
benjhayden 2012/02/24 14:29:12 No idea. I tried to revert them. I'll dig into it
<ul>
<li><a href="getstarted.html">Getting Started</a></li>
<li><a href="overview.html">Overview</a></li>
@@ -186,23 +186,23 @@
<h1 class="page_title">Themes</h1>
</div>
<!-- TABLE OF CONTENTS -->
- <div id="toc">
+ <div id="toc" style="">
<h2>Contents</h2>
<ol>
- <li>
+ <li style="">
<a href="#manifest"> Manifest </a>
<ol>
- <li>
+ <li style="">
<a href="#colors">colors</a>
- </li><li>
+ </li><li style="">
<a href="#images">images</a>
- </li><li>
+ </li><li style="">
<a href="#properties">properties</a>
- </li><li>
+ </li><li style="">
<a href="#tints">tints</a>
</li>
</ol>
- </li><li>
+ </li><li style="">
<a href="#moredoc"> Additional documentation </a>
<ol>
</ol>
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698