feat: import code from CWS listing
This is an import from the code as uploaded to the Chrome Web Store in
version 0.1.4.
It also adds a .gitreview file to facilitate uploading the code for
review in Gerrit.
Change-Id: Ib15fdf3b9508b2cc9e49ac0414fcaea3e6441bbb
diff --git a/options.css b/options.css
new file mode 100644
index 0000000..ee8f611
--- /dev/null
+++ b/options.css
@@ -0,0 +1,18 @@
+body {
+ padding:10px;
+ font-family:"Roboto", "Arial", sans-serif!important;
+}
+h1 {
+ text-align:center;
+ font-size:30px;
+}
+h2 {
+ font-size:20px;
+}
+#languages {
+ -webkit-column-count:4;
+}
+button#close {
+ display:block;
+ margin:18px auto;
+}
\ No newline at end of file