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

Side by Side Diff: chrome/browser/resources/about_nacl.css

Issue 10823214: Add a chrome://nacl page to show if NaCl is enabled and if PNaCl is installed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typo Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 .key {
2 float: left;
James Hawkins 2012/08/11 19:21:07 Do we care about RTL, or is this a purely-develope
jvoung (off chromium) 2012/08/13 22:15:43 This is mostly a developer UI, so I haven't though
3 font-weight: bold;
4 width: 200px;
5 }
6
7 .value {
James Hawkins 2012/08/11 19:21:07 nit: Remove extra space at beginning of line.
jvoung (off chromium) 2012/08/13 22:15:43 Done.
8 margin-left: 10px;
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698