Created an HTML help system, which is hooked up to the Menu/Help button. It also...
[zxing.git] / android / assets / html / style.css
diff --git a/android/assets/html/style.css b/android/assets/html/style.css
new file mode 100644 (file)
index 0000000..74a5ecd
--- /dev/null
@@ -0,0 +1,6 @@
+body {
+  background-color: white;
+  color: black;
+  font-family: arial;
+  font-size: 16;
+}