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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/about_nacl.css
diff --git a/chrome/browser/resources/about_nacl.css b/chrome/browser/resources/about_nacl.css
new file mode 100644
index 0000000000000000000000000000000000000000..6ccdfc2084e04e242caac629c977eaf7fd47a36f
--- /dev/null
+++ b/chrome/browser/resources/about_nacl.css
@@ -0,0 +1,9 @@
+.key {
+ 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
+ font-weight: bold;
+ width: 200px;
+}
+
+ .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.
+ margin-left: 10px;
+}

Powered by Google App Engine
This is Rietveld 408576698