Chromium Code Reviews| 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> |