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

Unified Diff: chrome/common/extensions/docs/static/match_patterns.html

Issue 398005: Changes to follow the codesite L&F.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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/static/match_patterns.html
===================================================================
--- chrome/common/extensions/docs/static/match_patterns.html (revision 32042)
+++ chrome/common/extensions/docs/static/match_patterns.html (working copy)
@@ -52,12 +52,12 @@
The following table shows some valid patterns.
</p>
-<table>
+<table class="columns">
<tbody>
<tr>
- <th>Pattern</th>
- <th>What it does</th>
- <th>Examples of matching URLs</th>
+ <th style="margin-left:0; padding-left:0">Pattern</th>
+ <th style="margin-left:0; padding-left:0">What it does</th>
+ <th style="margin-left:0; padding-left:0">Examples of matching URLs</th>
</tr>
<tr>
@@ -154,11 +154,11 @@
Here are some examples of <em>invalid</em> pattern matches:
</p>
-<table>
+<table class="columns">
<tbody>
<tr>
- <th>Bad pattern</th>
- <th>Why it's bad</th>
+ <th style="margin-left:0; padding-left:0">Bad pattern</th>
+ <th style="margin-left:0; padding-left:0">Why it's bad</th>
</tr>
<tr>
« no previous file with comments | « chrome/common/extensions/docs/static/index.html ('k') | chrome/common/extensions/docs/static/messaging.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698