Add experiments link to the options page

This link points to the experiments page, and is only shown in
non-release versions of the extension.

Change-Id: I09db9e6ded29be7f6f03f97378cd9311f88d40d3
diff --git a/src/options/options.css b/src/options/options.css
index 7ebe04f..6933e13 100644
--- a/src/options/options.css
+++ b/src/options/options.css
@@ -7,13 +7,21 @@
   max-width: 600px;
 }
 
-.features-link {
+.features-link, .experiments-link {
   position: absolute;
   top: 8px;
-  right: 8px;
   width: 24px;
 }
 
+.features-link {
+  right: 8px;
+}
+
+.experiments-link {
+  cursor: pointer;
+  right: 40px;
+}
+
 .option {
   margin: 4px 0;
   line-height: 1.8em;