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

Side by Side Diff: chrome/common/extensions/docs/static/index.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <style> 1 <style>
2 #pics { 2 #pics {
3 margin:2em 1em 1.5em; 3 margin:1em;
4 border:none;
4 } 5 }
5 6
6 #pics td { 7 #pics td {
7 text-align:center; 8 text-align:center;
8 width:33%!important; 9 width:33%!important;
9 border:none; 10 border:none;
10 padding:1em; 11 padding:0 1em;
11 font-size:90%; 12 font-size:90%;
12 } 13 }
13 14
14 #pics img { 15 #pics img {
15 width:180px; 16 width:180px;
16 height:85px; 17 height:85px;
17 border:none; 18 border:none;
18 } 19 }
19 </style> 20 </style>
20 21
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 <li> 90 <li>
90 <a href="devguide.html">Developer's Guide</a>: 91 <a href="devguide.html">Developer's Guide</a>:
91 Get detailed information on using each feature and API 92 Get detailed information on using each feature and API
92 </li> 93 </li>
93 </ul> 94 </ul>
94 95
95 <p> 96 <p>
96 Also check out the discussion group: 97 Also check out the discussion group:
97 <a href="http://groups.google.com/group/chromium-extensions">chromium-extensions </a> 98 <a href="http://groups.google.com/group/chromium-extensions">chromium-extensions </a>
98 </p> 99 </p>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/i18n.html ('k') | chrome/common/extensions/docs/static/match_patterns.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698