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; |
+} |